]> git.lizzy.rs Git - rust.git/blob - src/test/ui/const-generics/issues/issue-62579-no-match.min.stderr
Auto merge of #80267 - 0urobor0s:ouro/61592, r=jyn514
[rust.git] / src / test / ui / const-generics / issues / issue-62579-no-match.min.stderr
1 error: `NoMatch` is forbidden as the type of a const generic parameter
2   --> $DIR/issue-62579-no-match.rs:9:17
3    |
4 LL | fn foo<const T: NoMatch>() -> bool {
5    |                 ^^^^^^^
6    |
7    = note: the only supported types are integers, `bool` and `char`
8    = help: more complex types are supported with `#[feature(const_generics)]`
9
10 error: aborting due to previous error
11