]> git.proxmox.com Git - rustc.git/blob - src/test/ui/parser/bad-crate-name.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / parser / bad-crate-name.rs
1 extern crate krate-name-here;
2 //~^ ERROR crate name using dashes are not valid in `extern crate` statements
3 //~| ERROR can't find crate for `krate_name_here`
4
5 fn main() {}