]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/crate-data-smoke/crate.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / test / run-make-fulldeps / 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;