mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 12:29:21 +00:00
Adjust fn_hints test
This commit is contained in:
parent
98ae530f2a
commit
d9ec88ea23
1 changed files with 2 additions and 2 deletions
|
@ -924,9 +924,9 @@ fn main() {
|
||||||
let foo = foo5();
|
let foo = foo5();
|
||||||
// ^^^ &dyn Fn(&dyn Fn(f64, f64) -> u32, f64) -> u32
|
// ^^^ &dyn Fn(&dyn Fn(f64, f64) -> u32, f64) -> u32
|
||||||
let foo = foo6();
|
let foo = foo6();
|
||||||
// ^^^ impl Fn(f64, f64) -> u32 + Sized
|
// ^^^ impl Fn(f64, f64) -> u32
|
||||||
let foo = foo7();
|
let foo = foo7();
|
||||||
// ^^^ *const (impl Fn(f64, f64) -> u32 + Sized)
|
// ^^^ *const impl Fn(f64, f64) -> u32
|
||||||
}
|
}
|
||||||
"#,
|
"#,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue