summaryrefslogtreecommitdiffstats
path: root/src/test/ui/feature-gates/feature-gate-log_syntax.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/feature-gates/feature-gate-log_syntax.rs')
-rw-r--r--src/test/ui/feature-gates/feature-gate-log_syntax.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-log_syntax.rs b/src/test/ui/feature-gates/feature-gate-log_syntax.rs
new file mode 100644
index 000000000..181f66cb0
--- /dev/null
+++ b/src/test/ui/feature-gates/feature-gate-log_syntax.rs
@@ -0,0 +1,3 @@
+fn main() {
+ log_syntax!() //~ ERROR `log_syntax!` is not stable enough
+}