2024-06-05 16:31:12 -04:00
|
|
|
error: expected one of `!`, `(`, `::`, `<`, `where`, or `{`, found keyword `use`
|
2025-06-09 17:52:41 +00:00
|
|
|
--> $DIR/dyn-use.rs:4:26
|
2024-06-05 16:31:12 -04:00
|
|
|
|
|
|
|
|
|
LL | fn dyn() -> &'static dyn use<> { &() }
|
|
|
|
|
| ^^^ expected one of `!`, `(`, `::`, `<`, `where`, or `{`
|
|
|
|
|
|
|
|
|
|
error: aborting due to 1 previous error
|
|
|
|
|
|