diff options
| author | est31 <MTest31@outlook.com> | 2023-04-29 14:57:26 +0200 |
|---|---|---|
| committer | est31 <MTest31@outlook.com> | 2023-05-05 21:44:48 +0200 |
| commit | 83b4df4e611961373ffaf4bfcd9f8940a4f37c09 (patch) | |
| tree | 85d737c61f42bb70cef306a56292c83abcf25ab9 /tests/ui/parser/builtin-syntax.rs | |
| parent | 5eb29c7f49c2d99e9bfc778f30984f7fdcf5fc08 (diff) | |
| download | rust-83b4df4e611961373ffaf4bfcd9f8940a4f37c09.tar.gz rust-83b4df4e611961373ffaf4bfcd9f8940a4f37c09.zip | |
Add feature gate
Diffstat (limited to 'tests/ui/parser/builtin-syntax.rs')
| -rw-r--r-- | tests/ui/parser/builtin-syntax.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/ui/parser/builtin-syntax.rs b/tests/ui/parser/builtin-syntax.rs index c0b91a58073..897dab8ec50 100644 --- a/tests/ui/parser/builtin-syntax.rs +++ b/tests/ui/parser/builtin-syntax.rs @@ -1,3 +1,5 @@ +#![feature(builtin_syntax)] + fn main() { builtin # foobar(); //~ ERROR unknown `builtin #` construct } |
