Fix rebase fallout

This commit is contained in:
Oliver Scherer 2019-05-07 17:47:52 +02:00
parent 52fa900d62
commit fa459a08e1
3 changed files with 7 additions and 7 deletions

View file

@ -8,7 +8,7 @@ error[E0282]: type annotations needed
--> $DIR/cannot-infer-const-args.rs:9:5
|
LL | foo();
| ^^^ cannot infer type for `fn() -> usize {foo::<_>}`
| ^^^ cannot infer type for `fn() -> usize {foo::<_: usize>}`
error: aborting due to previous error