]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/min_const_generics/default_function_param.stderr
Add 'src/tools/rust-analyzer/' from commit '977e12a0bdc3e329af179ef3a9d466af9eb613bb'
[rust.git] / src / test / ui / const-generics / min_const_generics / default_function_param.stderr
1 error: defaults for const parameters are only allowed in `struct`, `enum`, `type`, or `trait` definitions
2   --> $DIR/default_function_param.rs:3:8
3    |
4 LL | fn foo<const SIZE: usize = 5usize>() {}
5    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^
6
7 error: aborting due to previous error
8