This commit is contained in:
Joshua Nelson 2020-07-10 19:00:33 -04:00
parent 0759a55fef
commit 2d0e8e2162
7 changed files with 18 additions and 6 deletions

View file

@ -5,7 +5,7 @@ LL | error::_in::async_fn()
| ^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::async_fn`
|
= note: this error was originally ignored because you are running `rustdoc`
= note: try running again with `rustc` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error

View file

@ -5,7 +5,7 @@ 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` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error

View file

@ -0,0 +1,12 @@
error[E0433]: failed to resolve: could not resolve path `DoesNotExist`
--> $DIR/generic-argument.rs:5:11
|
LL | Vec::<DoesNotExist>::new()
| ^^^^^^^^^^^^ could not resolve path `DoesNotExist`
|
= 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`.

View file

@ -5,7 +5,7 @@ LL | (|| error::_in::impl_trait::alias::nested::closure())()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
|
= note: this error was originally ignored because you are running `rustdoc`
= note: try running again with `rustc` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error

View file

@ -5,7 +5,7 @@ LL | error::_in::impl_trait()
| ^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait`
|
= note: this error was originally ignored because you are running `rustdoc`
= note: try running again with `rustc` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error

View file

@ -5,7 +5,7 @@ LL | (|| error::_in::impl_trait::alias::nested::closure())()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias::nested::closure`
|
= note: this error was originally ignored because you are running `rustdoc`
= note: try running again with `rustc` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error

View file

@ -5,7 +5,7 @@ LL | error::_in::impl_trait::alias()
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not resolve path `error::_in::impl_trait::alias`
|
= note: this error was originally ignored because you are running `rustdoc`
= note: try running again with `rustc` and you may get a more detailed error
= note: try running again with `rustc` or `cargo check` and you may get a more detailed error
error: aborting due to previous error