41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
8 lines
262 B
Text
8 lines
262 B
Text
error: defaults for type parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
|
|
--> $DIR/parameter-defaults.rs:10:12
|
|
|
|
|
LL | const NONE<T = ()>: Option<T> = None::<T>;
|
|
| ^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|