summaryrefslogtreecommitdiffstats
path: root/src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr b/src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr
deleted file mode 100644
index 553b1cd97..000000000
--- a/src/test/ui/rust-2018/edition-lint-infer-outlives-macro.stderr
+++ /dev/null
@@ -1,14 +0,0 @@
-error: outlives requirements can be inferred
- --> $DIR/edition-lint-infer-outlives-macro.rs:23:18
- |
-LL | struct Bar<'a, 'b: 'a> {
- | ^^^^ help: remove this bound
- |
-note: the lint level is defined here
- --> $DIR/edition-lint-infer-outlives-macro.rs:8:9
- |
-LL | #![deny(explicit_outlives_requirements)]
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
-
-error: aborting due to previous error
-