Sign in
android
/
toolchain
/
rustc
/
cd1aefd586783f162dd848e314bd6991a5ffe033
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
crashes
/
ice-2727.rs
blob: 56024abc8f58dff58cc2141a06522c6dc1a3a737 [
file
] [
log
] [
blame
]
/// Test for https://github.com/rust-lang/rust-clippy/issues/2727
pub
fn
f
(
new
:
fn
())
{
new
();
}
fn
main
()
{}