summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/issue-97576.stderr
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/test/ui/traits/issue-97576.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/traits/issue-97576.stderr b/src/test/ui/traits/issue-97576.stderr
deleted file mode 100644
index 146d38d07..000000000
--- a/src/test/ui/traits/issue-97576.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error[E0277]: the trait bound `String: From<impl ToString>` is not satisfied
- --> $DIR/issue-97576.rs:8:18
- |
-LL | bar: bar.into(),
- | ^^^ ---- required by a bound introduced by this call
- | |
- | the trait `From<impl ToString>` is not implemented for `String`
- |
- = note: required for `impl ToString` to implement `Into<String>`
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0277`.