]> git.lizzy.rs Git - rust.git/blob - src/test/run-make-fulldeps/crate-data-smoke/crate.rs
Merge commit '98e2b9f25b6db4b2680a3d388456d9f95cb28344' into clippyup
[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;