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
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
