Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
delegation
/
ice-line-bounds-issue-148732.rs
blob: 699e7d86f2581c53a5c7cd46240ff84e863b2dcd [
file
] [
edit
]
reuse a
as
b
{
//~^ ERROR cannot find function `a` in this scope
//~| ERROR functions delegation is not yet fully implemented
dbg
!(
b
);
//~^ ERROR missing lifetime specifier
}
fn
main
()
{}