diff options
| author | Dawer <7803845+iDawer@users.noreply.github.com> | 2021-08-03 12:58:55 +0500 |
|---|---|---|
| committer | Dawer <7803845+iDawer@users.noreply.github.com> | 2021-08-04 20:26:51 +0500 |
| commit | d9ec88ea23baf1b8ecee0ea1df6fcf3bbeff284b (patch) | |
| tree | 11f3355593727ac10021868ec78f130c647e9a9c /crates/ide/src | |
| parent | 98ae530f2a5da3837628543db8c811a6872f504c (diff) | |
| download | rust-d9ec88ea23baf1b8ecee0ea1df6fcf3bbeff284b.tar.gz rust-d9ec88ea23baf1b8ecee0ea1df6fcf3bbeff284b.zip | |
Adjust fn_hints test
Diffstat (limited to 'crates/ide/src')
| -rw-r--r-- | crates/ide/src/inlay_hints.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/ide/src/inlay_hints.rs b/crates/ide/src/inlay_hints.rs index 3dc1bbf7dca..951af501865 100644 --- a/crates/ide/src/inlay_hints.rs +++ b/crates/ide/src/inlay_hints.rs @@ -924,9 +924,9 @@ fn main() { let foo = foo5(); // ^^^ &dyn Fn(&dyn Fn(f64, f64) -> u32, f64) -> u32 let foo = foo6(); - // ^^^ impl Fn(f64, f64) -> u32 + Sized + // ^^^ impl Fn(f64, f64) -> u32 let foo = foo7(); - // ^^^ *const (impl Fn(f64, f64) -> u32 + Sized) + // ^^^ *const impl Fn(f64, f64) -> u32 } "#, ) |
