mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-03 20:23:59 +00:00
9 lines
139 B
Rust
9 lines
139 B
Rust
#[macro_export]
|
|
macro_rules! undocd_unsafe {
|
|
() => {
|
|
pub unsafe fn oy_vey() {
|
|
unimplemented!();
|
|
}
|
|
};
|
|
}
|