9 lines
328 B
Plaintext
9 lines
328 B
Plaintext
|
error: expected one of `async`, `const`, `existential`, `extern`, `fn`, `type`, or `unsafe`, found `pub`
|
||
|
--> $DIR/default.rs:32:13
|
||
|
|
|
||
|
LL | default pub fn foo<T: Default>() -> T { T::default() } //~ ERROR expected one of
|
||
|
| ^^^ expected one of 7 possible tokens here
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|