]> git.lizzy.rs Git - rust.git/blob - src/test/ui/parser/unsafe-foreign-mod.rs
Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino
[rust.git] / src / test / ui / parser / unsafe-foreign-mod.rs
1 unsafe extern "C" {
2     //~^ ERROR extern block cannot be declared unsafe
3 }
4
5 fn main() {}