Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-12491.fixed
blob: 8a31eb9550b2374da3468c38aebb4f8b1ce2c7ed [
file
] [
log
] [
blame
]
#![warn(clippy::needless_return)]
fn main
()
{
if
(
true
)
{
// anything一些中文
//~^ needless_return
}
}