rust/tests/ui/const-generics/min_const_generics/const_default_first.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

9 lines
209 B
Plaintext

error: generic parameters with a default must be trailing
--> $DIR/const_default_first.rs:4:19
|
LL | struct Both<const N: usize=3, T> {
| ^
error: aborting due to 1 previous error