]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/const-param-after-const-literal-arg.stderr
Move generic arg / param validation to `create_substs_for_generic_args`
[rust.git] / src / test / ui / const-generics / const-param-after-const-literal-arg.stderr
1 warning: the feature `const_generics` is incomplete and may cause the compiler to crash
2   --> $DIR/const-param-after-const-literal-arg.rs:3:12
3    |
4 LL | #![feature(const_generics)]
5    |            ^^^^^^^^^^^^^^
6    |
7    = note: `#[warn(incomplete_features)]` on by default
8