]> git.proxmox.com Git - rustc.git/blob - tests/run-make/crate-data-smoke/crate.rs
New upstream version 1.70.0+dfsg1
[rustc.git] / tests / run-make / crate-data-smoke / crate.rs
1 #![crate_name = "foo"]
2
3 // Querying about the crate metadata should *not* parse the entire crate, it
4 // only needs the crate attributes (which are guaranteed to be at the top) be
5 // sure that if we have an error like a missing module that we can still query
6 // about the crate id.
7 mod error;