rust/src/test/pretty/auto-trait.rs

10 lines
127 B
Rust
Raw Normal View History

#![feature(optin_builtin_traits)]
2015-01-27 00:07:31 +00:00
// pp-exact
auto trait MyTrait { }
2015-01-27 00:07:31 +00:00
unsafe auto trait UnsafeMyTrait { }
2015-01-27 00:07:31 +00:00
pub fn main() { }