about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/new_ret_no_self_overflow.stderr
blob: 8ecd0437e7dbd454580d01cb524dded2e4ab022a (plain)
1
2
3
4
5
6
7
8
9
error[E0275]: overflow evaluating the requirement `<i32 as std::ops::Add>::Output == issue10041::X`
  --> tests/ui/new_ret_no_self_overflow.rs:21:25
   |
LL |         pub fn new() -> X {
   |                         ^

error: aborting due to 1 previous error

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