mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-22 16:28:07 +00:00
9 lines
260 B
Plaintext
9 lines
260 B
Plaintext
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 previous error
|
|
|