Files
rust/compiler
bors a68864b688 Auto merge of #79734 - ethanboxx:inferred_const_note, r=varkor
Const parameters can not be inferred with `_` help note

This should close: #79557

# Example output
```
error[E0747]: type provided when a constant was expected
 --> inferred_const_note.rs:6:19
  |
6 |     let a = foo::<_, 2>([0, 1, 2]);
  |                   ^
  |
  = help: Const parameters can not be inferred with `_`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0747`.
```

r? `@lcnr`
2020-12-06 08:08:05 +00:00
..
2020-09-11 09:37:51 -07:00
2020-12-03 09:50:10 -08:00
2020-12-03 09:50:10 -08:00
2020-12-03 17:08:19 -05:00
2020-11-22 13:45:14 +00:00
2020-12-05 12:59:54 +01:00
2020-12-03 17:08:19 -05:00
2020-09-23 21:51:56 +02:00
2020-11-26 21:32:27 +01:00
2020-11-25 15:08:51 -05:00
2020-12-03 17:08:19 -05:00
2020-12-03 09:50:10 -08:00