In the file rust/src/libsyntax/syntax.rc, I see this code:

mod print {
    #[legacy_exports];
    #[legacy_exports]
    mod pp;
    #[legacy_exports]
    mod pprust;
}

Is there any significance to the repetition of the #[legacy_exports] 
declaration before 'mod pp;'?

John Clements

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Rust-dev mailing list
Rust-dev@mozilla.org
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to