Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-15207.rs
blob: 356e55ac912ec4d1dcb7745c225fedb02ed911a2 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
loop
{
break
.
push
(
1
)
//~ ERROR no method named `push` found for type `!`
;
}
}