8 lines
328 B
Text
8 lines
328 B
Text
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
|
|
|