]> git.proxmox.com Git - rustc.git/blob - src/test/ui/issues/issue-18400.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / issues / 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 because of the requirements on the impl of `Set<&[_]>` for `{integer}`
9 --> $DIR/issue-18400.rs:6:16
10 |
11 LL | impl<'a, T, S> Set<&'a [T]> for S where
12 | ^^^^^^^^^^^^ ^
13 = note: 128 redundant requirements hidden
14 = note: required because of the requirements on the impl of `Set<&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[_]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]>` for `{integer}`
15
16 error: aborting due to previous error
17
18 For more information about this error, try `rustc --explain E0275`.