about summary refs log tree commit diff
path: root/src/test/ui/macros/issue-92267.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/macros/issue-92267.stderr')
-rw-r--r--src/test/ui/macros/issue-92267.stderr16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/test/ui/macros/issue-92267.stderr b/src/test/ui/macros/issue-92267.stderr
deleted file mode 100644
index 5359f68cd55..00000000000
--- a/src/test/ui/macros/issue-92267.stderr
+++ /dev/null
@@ -1,16 +0,0 @@
-error: argument never used
-  --> $DIR/issue-92267.rs:3:34
-   |
-LL | pub fn main() { println!("🦀%%%", 0) }
-   |                                   ^ argument never used
-   |
-note: format specifiers use curly braces, and the conversion specifier `
-      ` is unknown or unsupported
-  --> $DIR/issue-92267.rs:3:30
-   |
-LL | pub fn main() { println!("🦀%%%", 0) }
-   |                               ^^
-   = note: printf formatting is not supported; see the documentation for `std::fmt`
-
-error: aborting due to previous error
-