]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/auto-trait.rs
Sync core::simd up to rust-lang/portable-simd@2e081db92aa3ee0a4563bc28ce01bdad5b1b2efd
[rust.git] / src / test / pretty / auto-trait.rs
1 #![feature(auto_traits)]
2
3 // pp-exact
4
5 auto trait MyTrait {}
6
7 unsafe auto trait UnsafeMyTrait {}
8
9 pub fn main() {}