blob: c24259a71eb220f246cb9720d9129d667c1d2d04 [file] [log] [blame]
fn main() {
let x : (impl Copy,) = (true,);
//~^ `impl Trait` only allowed in function and inherent method argument and return types
}