Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
ab1f382ca8fa4a4c0dde58679207f9bec394fa0e
/
.
/
tests
/
ui
/
error-codes
/
E0268.rs
blob: 742ba5441d60f69c4a2a5404f2a52eb575e6e025 [
file
] [
log
] [
blame
]
fn
main
()
{
break
;
//~ ERROR E0268
}