2024-10-20 14:49:11 -05:00
|
|
|
error: recursive delegation is not supported yet
|
2024-08-26 11:57:59 -05:00
|
|
|
--> $DIR/ice-issue-124347.rs:6:18
|
2024-06-10 13:21:46 -05:00
|
|
|
|
|
|
|
|
LL | reuse Trait::foo { &self.0 }
|
2024-10-20 14:49:11 -05:00
|
|
|
| ^^^ callee defined here
|
2024-06-10 13:21:46 -05:00
|
|
|
|
2024-05-30 14:00:44 -05:00
|
|
|
error[E0391]: cycle detected when computing generics of `foo`
|
|
|
|
--> $DIR/ice-issue-124347.rs:10:7
|
|
|
|
|
|
|
|
|
LL | reuse foo;
|
|
|
|
| ^^^
|
|
|
|
|
|
|
|
|
= note: ...which immediately requires computing generics of `foo` again
|
|
|
|
note: cycle used when checking that `foo` is well-formed
|
|
|
|
--> $DIR/ice-issue-124347.rs:10:7
|
2024-06-10 13:21:46 -05:00
|
|
|
|
|
|
|
|
LL | reuse foo;
|
2024-05-30 14:00:44 -05:00
|
|
|
| ^^^
|
|
|
|
= note: see https://rustc-dev-guide.rust-lang.org/overview.html#queries and https://rustc-dev-guide.rust-lang.org/query.html for more information
|
2024-06-10 13:21:46 -05:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|
2024-05-30 14:00:44 -05:00
|
|
|
For more information about this error, try `rustc --explain E0391`.
|