about summary refs log tree commit diff
path: root/tests/ui/use/use-meta-mismatch.rs
blob: 8d15e46375c3c3fbb976a1b3bf278667a74f0716 (plain)
1
2
3
extern crate fake_crate as extra; //~ ERROR can't find crate for `fake_crate`

fn main() { }