File tree Expand file tree Collapse file tree 7 files changed +18
-6
lines changed
src/test/rustdoc-ui/error-in-impl-trait Expand file tree Collapse file tree 7 files changed +18
-6
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | error::_in::async_fn()
55 | ^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::async_fn`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | || content::doesnt::matter()
55 | ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `content::doesnt::matter`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
Original file line number Diff line number Diff line change 1+ error[E0433]: failed to resolve: could not resolve path `DoesNotExist`
2+ --> $DIR/generic-argument.rs:5:11
3+ |
4+ LL | Vec::<DoesNotExist>::new()
5+ | ^^^^^^^^^^^^ could not resolve path `DoesNotExist`
6+ |
7+ = note: this error was originally ignored because you are running `rustdoc`
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
9+
10+ error: aborting due to previous error
11+
12+ For more information about this error, try `rustc --explain E0433`.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | (|| error::_in::impl_trait::alias::nested::closure())()
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | error::_in::impl_trait()
55 | ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | (|| error::_in::impl_trait::alias::nested::closure())()
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | error::_in::impl_trait::alias()
55 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias`
66 |
77 = note: this error was originally ignored because you are running `rustdoc`
8- = note: try running again with `rustc` and you may get a more detailed error
8+ = note: try running again with `rustc` or `cargo check` and you may get a more detailed error
99
1010error: aborting due to previous error
1111
You can’t perform that action at this time.
0 commit comments