blob: 2f2c2e8f441a8a16b9d668c2ef288981b8691db5 [file] [log] [blame]
fn main() {
let x : (impl Copy,) = (true,);
//~^ `impl Trait` is not allowed in the type of variable bindings
}