about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/error-in-impl-trait/trait-alias-closure.stderr
blob: 84b28139dbcd53cb69c7dbae7d8b48ccd6a9a2b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
error[E0433]: failed to resolve: could not resolve path `error::_in::impl_trait::alias::nested::closure`
  --> $DIR/trait-alias-closure.rs:8:9
   |
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` 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`.