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