about summary refs log tree commit diff
path: root/tests/ui/lint/lint-output-format-2.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/lint/lint-output-format-2.stderr')
-rw-r--r--tests/ui/lint/lint-output-format-2.stderr16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/ui/lint/lint-output-format-2.stderr b/tests/ui/lint/lint-output-format-2.stderr
new file mode 100644
index 00000000000..a36dbd61fdc
--- /dev/null
+++ b/tests/ui/lint/lint-output-format-2.stderr
@@ -0,0 +1,16 @@
+warning: use of deprecated function `lint_output_format::foo`: text
+  --> $DIR/lint-output-format-2.rs:7:26
+   |
+LL | use lint_output_format::{foo, bar};
+   |                          ^^^
+   |
+   = note: `#[warn(deprecated)]` on by default
+
+warning: use of deprecated function `lint_output_format::foo`: text
+  --> $DIR/lint-output-format-2.rs:12:14
+   |
+LL |     let _x = foo();
+   |              ^^^
+
+warning: 2 warnings emitted
+