]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/auto-trait.rs
Rollup merge of #100567 - Rageking8:fix-100563, r=wesleywiser
[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() {}