diff options
Diffstat (limited to 'tests/ui/feature-gates/feature-gate-const-arg-path.rs')
| -rw-r--r-- | tests/ui/feature-gates/feature-gate-const-arg-path.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/feature-gates/feature-gate-const-arg-path.rs b/tests/ui/feature-gates/feature-gate-const-arg-path.rs new file mode 100644 index 00000000000..0938c5733a2 --- /dev/null +++ b/tests/ui/feature-gates/feature-gate-const-arg-path.rs @@ -0,0 +1,5 @@ +//@ check-pass + +// this doesn't really have any user facing impact.... + +fn main() {} |
