Revert suggestion window size change
This commit is contained in:
parent
600e385c43
commit
16709f032c
3 changed files with 3 additions and 5 deletions
|
|
@ -74,8 +74,7 @@ LL |
|
|||
LL | as
|
||||
LL |
|
||||
LL |
|
||||
LL | usize)
|
||||
|
|
||||
...
|
||||
|
||||
error: `<` is interpreted as a start of generic arguments for `usize`, not a shift
|
||||
--> $DIR/issue-22644.rs:32:31
|
||||
|
|
|
|||
|
|
@ -13,8 +13,7 @@ LL | dyn Foo(&isize) -> &isize >();
|
|||
LL | eq::< dyn for<'a> Foo<(&'a isize,), Output=(&'a isize, &'a isize)>,
|
||||
LL | dyn Foo(&isize) -> (&isize, &isize) >();
|
||||
LL |
|
||||
LL | let _: dyn Foo(&isize, &usize) -> &'lifetime usize;
|
||||
|
|
||||
...
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue