]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-105737.stderr
Rollup merge of #107770 - notriddle:notriddle/br2nl, r=GuillaumeGomez
[rust.git] / tests / rustdoc-ui / issue-105737.stderr
1 error[E0747]: constant provided when a type was expected
2   --> $DIR/issue-105737.rs:1:10
3    |
4 LL | impl Vec<lol> {}
5    |          ^^^
6    |
7    = help: `lol` is a function item, not a type
8    = help: function item types cannot be named directly
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0747`.