]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/bad-crate-name.rs
Auto merge of #77704 - AnthonyMikh:slice_index_with_ops_bound_pair, r=m-ou-se
[rust.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() {}