]> git.lizzy.rs Git - rust.git/blob - tests/ui/traits/issue-18400.stderr
Rollup merge of #105795 - nicholasbishop:bishop-stabilize-efiapi, r=joshtriplett
[rust.git] / tests / ui / traits / issue-18400.stderr
1 error[E0275]: overflow evaluating the requirement `_: Sized`
2   --> $DIR/issue-18400.rs:24:7
3    |
4 LL |     0.contains(bits);
5    |       ^^^^^^^^
6    |
7    = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_18400`)
8 note: required for `{integer}` to implement `Set<&[_]>`
9   --> $DIR/issue-18400.rs:6:16
10    |
11 LL | impl<'a, T, S> Set<&'a [T]> for S where
12    |          -     ^^^^^^^^^^^^     ^
13    |          |
14    |          unsatisfied trait bound introduced here
15    = note: 128 redundant requirements hidden
16    = note: required for `{integer}` to implement `Set<&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[_]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]>`
17
18 error: aborting due to previous error
19
20 For more information about this error, try `rustc --explain E0275`.