]> git.lizzy.rs Git - rust.git/blob - tests/source/unsafe-mod.rs
Prevent duplicate comma when formatting struct pattern with ".."
[rust.git] / tests / source / unsafe-mod.rs
1 // These are supported by rustc syntactically but not semantically.
2
3 #[cfg(any())]
4 unsafe mod m { }
5
6 #[cfg(any())]
7 unsafe extern "C++" { }