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()
5
5
| ^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::async_fn`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | || content::doesnt::matter()
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `content::doesnt::matter`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
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())()
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | error::_in::impl_trait()
5
5
| ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | (|| error::_in::impl_trait::alias::nested::closure())()
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ LL | error::_in::impl_trait::alias()
5
5
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias`
6
6
|
7
7
= 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
9
9
10
10
error: aborting due to previous error
11
11
You can’t perform that action at this time.
0 commit comments