Skip to content

Commit c5e7a60

Browse files
William UtterWilliam Utter
William Utter
authored and
William Utter
committed
missed stderr
1 parent 4d49ecc commit c5e7a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ui/const-generics/generic_const_exprs/const_kind_expr/issue_114151.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ where
1919
//~^^ ERROR: unconstrained generic constant
2020
//~^^^ ERROR: function takes 1 generic argument but 2 generic arguments were supplied
2121
//~^^^^ ERROR: unconstrained generic constant
22-
//~^^^^^ ERROR: unconstrained generic constant `{const expr}`
22+
//~^^^^^ ERROR: unconstrained generic constant `L + 1 + L`
2323
}
2424

2525
fn main() {}

0 commit comments

Comments
 (0)