]> git.proxmox.com Git - rustc.git/blame - src/test/ui/issues/issue-18400.stderr
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / issues / issue-18400.stderr
CommitLineData
1b1a35ee 1error[E0275]: overflow evaluating the requirement `_: Sized`
0731742a 2 --> $DIR/issue-18400.rs:24:7
8faf50e0
XL
3 |
4LL | 0.contains(bits);
5 | ^^^^^^^^
6 |
c295e0f8 7 = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_18400`)
cdc7bbd5
XL
8note: required because of the requirements on the impl of `Set<&[_]>` for `{integer}`
9 --> $DIR/issue-18400.rs:6:16
10 |
11LL | impl<'a, T, S> Set<&'a [T]> for S where
12 | ^^^^^^^^^^^^ ^
fc512014 13 = note: 128 redundant requirements hidden
f9f354fc 14 = note: required because of the requirements on the impl of `Set<&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[_]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]>` for `{integer}`
8faf50e0
XL
15
16error: aborting due to previous error
17
18For more information about this error, try `rustc --explain E0275`.