about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/error-in-impl-trait/closure.stderr
diff options
context:
space:
mode:
authorJoshua Nelson <jyn514@gmail.com>2020-08-03 21:13:13 -0400
committerJoshua Nelson <jyn514@gmail.com>2020-08-03 21:26:54 -0400
commit31fcda170a0671195b7a1506b09c5f655fc4d7e9 (patch)
tree5483a71987fdb538dd066370d110fb944aaab6f5 /src/test/rustdoc-ui/error-in-impl-trait/closure.stderr
parentf042d749b0fc212bff6bdc44b84e134b878bff64 (diff)
downloadrust-31fcda170a0671195b7a1506b09c5f655fc4d7e9.tar.gz
rust-31fcda170a0671195b7a1506b09c5f655fc4d7e9.zip
Fix async-std at the price of breaking half the test suite
- Don't mark impl trait as an error
Diffstat (limited to 'src/test/rustdoc-ui/error-in-impl-trait/closure.stderr')
-rw-r--r--src/test/rustdoc-ui/error-in-impl-trait/closure.stderr12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/test/rustdoc-ui/error-in-impl-trait/closure.stderr b/src/test/rustdoc-ui/error-in-impl-trait/closure.stderr
deleted file mode 100644
index 4ee9c4d1f43..00000000000
--- a/src/test/rustdoc-ui/error-in-impl-trait/closure.stderr
+++ /dev/null
@@ -1,12 +0,0 @@
-error[E0433]: failed to resolve: could not resolve path `content::doesnt::matter`
-  --> $DIR/closure.rs:3:8
-   |
-LL |     || content::doesnt::matter()
-   |        ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `content::doesnt::matter`
-   |
-   = note: this error was originally ignored because you are running `rustdoc`
-   = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
-
-error: aborting due to previous error
-
-For more information about this error, try `rustc --explain E0433`.