diff options
| author | Joshua Nelson <jyn514@gmail.com> | 2020-08-03 21:13:13 -0400 |
|---|---|---|
| committer | Joshua Nelson <jyn514@gmail.com> | 2020-08-03 21:26:54 -0400 |
| commit | 31fcda170a0671195b7a1506b09c5f655fc4d7e9 (patch) | |
| tree | 5483a71987fdb538dd066370d110fb944aaab6f5 /src/test/rustdoc-ui/error-in-impl-trait/closure.stderr | |
| parent | f042d749b0fc212bff6bdc44b84e134b878bff64 (diff) | |
| download | rust-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.stderr | 12 |
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`. |
