rustc/tests/rustdoc/auxiliary/auto-traits.rs
2023-08-02 10:33:26 +02:00

4 lines
55 B
Rust

#![feature(auto_traits)]
pub unsafe auto trait Bar {}