blob: 5519633de1f7b65c2d3c80af37af1f26522aa7d7 (
plain)
1
2
3
4
5
6
7
8
|
error: expected one of `!`, `(`, `::`, `<`, `where`, or `{`, found keyword `use`
--> $DIR/dyn-use.rs:3:26
|
LL | fn dyn() -> &'static dyn use<> { &() }
| ^^^ expected one of `!`, `(`, `::`, `<`, `where`, or `{`
error: aborting due to 1 previous error
|