We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d49ecc commit c5e7a60Copy full SHA for c5e7a60
tests/ui/const-generics/generic_const_exprs/const_kind_expr/issue_114151.rs
@@ -19,7 +19,7 @@ where
19
//~^^ ERROR: unconstrained generic constant
20
//~^^^ ERROR: function takes 1 generic argument but 2 generic arguments were supplied
21
//~^^^^ ERROR: unconstrained generic constant
22
- //~^^^^^ ERROR: unconstrained generic constant `{const expr}`
+ //~^^^^^ ERROR: unconstrained generic constant `L + 1 + L`
23
}
24
25
fn main() {}
0 commit comments