blob: 1fb5878ca2ace18c9f079a663a28dc6c3dcf8493 [file] [log] [blame]
// edition:2018
// Tests that `meta` is allowed, even if the crate doesn't exist
// yet (i.e., it causes a different error than `not-allowed.rs`).
use meta; //~ ERROR can't find crate for `meta`
fn main() {}