rust/tests/ui/auxiliary/doc_unsafe_macros.rs

9 lines
139 B
Rust
Raw Normal View History

2020-01-04 20:19:14 +01:00
#[macro_export]
macro_rules! undocd_unsafe {
() => {
pub unsafe fn oy_vey() {
unimplemented!();
}
};
}