about summary refs log tree commit diff
path: root/tests/pretty/auto-trait.rs
blob: 80d952599402435f6db95f61b09574b2a506400b (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() {}