1 2 3 4 5 6 7 8 9
#![feature(optin_builtin_traits)] // pp-exact auto trait MyTrait { } unsafe auto trait UnsafeMyTrait { } pub fn main() { }