summary refs log tree commit diff
path: root/src/test/pretty/auto-trait.rs
blob: 61644e7df09ae5f64304666f7ed1c82b3d637906 (plain)
1
2
3
4
5
6
7
8
9
#![feature(auto_traits)]

// pp-exact

auto trait MyTrait { }

unsafe auto trait UnsafeMyTrait { }

pub fn main() { }