summaryrefslogtreecommitdiffstats
path: root/src/test/ui/traits/issue-18400.stderr
blob: 92e0f60079f72078831c52035ccfbb776c69b991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
error[E0275]: overflow evaluating the requirement `_: Sized`
  --> $DIR/issue-18400.rs:24:7
   |
LL |     0.contains(bits);
   |       ^^^^^^^^
   |
   = help: consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`issue_18400`)
note: required because of the requirements on the impl of `Set<&[_]>` for `{integer}`
  --> $DIR/issue-18400.rs:6:16
   |
LL | impl<'a, T, S> Set<&'a [T]> for S where
   |                ^^^^^^^^^^^^     ^
   = note: 128 redundant requirements hidden
   = note: required because of the requirements on the impl of `Set<&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[&[_]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]]>` for `{integer}`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0275`.