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