Skip to content

Commit f96bc5c

Browse files
authored
Rollup merge of #143314 - tshepang:fix-filename, r=compiler-errors
add reference id to test, and fix filename Noticed the filename is wrong, then took advantage of being there by adding Reference id
2 parents 52618eb + c40e004 commit f96bc5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ui/const-generics/generic_arg_infer/parend_infer.rs renamed to tests/ui/const-generics/generic_arg_infer/paren_infer.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@ check-pass
2+
//@ reference: items.generics.const.inferred
23

34
struct Foo<const N: usize>;
45

0 commit comments

Comments
 (0)