Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
impl-trait
/
issues
/
issue-70971.rs
blob: 2f2c2e8f441a8a16b9d668c2ef288981b8691db5 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
let
x
:
(
impl
Copy
,)
=
(
true
,);
//~^ `impl Trait` is not allowed in the type of variable bindings
}