blob: d00025b770861b20307bdc8a4afe93df61c02b0f [file] [log] [blame]
#![feature(optin_builtin_traits, core)]
#![crate_type = "rlib"]
pub auto trait DefaultedTrait { }
pub struct Something<T> { t: T }