]> git.lizzy.rs Git - rust.git/blob - src/test/ui/coherence/issue-100191-2.stderr
Auto merge of #103179 - ferrocene:pa-run-in-run-make, r=jyn514
[rust.git] / src / test / ui / coherence / issue-100191-2.stderr
1 error[E0275]: overflow evaluating the requirement `T: Trait<_>`
2    |
3    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_100191_2`)
4 note: required for `T` to implement `Trait<_>`
5   --> $DIR/issue-100191-2.rs:8:20
6    |
7 LL | default impl<T, U> Trait<T> for U {}
8    |                    ^^^^^^^^     ^
9    = note: 128 redundant requirements hidden
10    = note: required for `T` to implement `Trait<_>`
11
12 error: aborting due to previous error
13
14 For more information about this error, try `rustc --explain E0275`.