diff options
Diffstat (limited to 'tests/ui/const-generics/transmute-const-param-static-reference.rs')
| -rw-r--r-- | tests/ui/const-generics/transmute-const-param-static-reference.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/const-generics/transmute-const-param-static-reference.rs b/tests/ui/const-generics/transmute-const-param-static-reference.rs index 6b443c8bd90..49541233ed1 100644 --- a/tests/ui/const-generics/transmute-const-param-static-reference.rs +++ b/tests/ui/const-generics/transmute-const-param-static-reference.rs @@ -1,5 +1,5 @@ -// revisions: full min -//[full] check-pass +//@ revisions: full min +//@[full] check-pass #![cfg_attr(full, feature(adt_const_params))] #![cfg_attr(full, allow(incomplete_features))] |
