rust-clippy/tests/ui/new_ret_no_self_overflow.stderr

10 lines
328 B
Text
Raw Normal View History

error[E0275]: overflow evaluating the requirement `<i32 as std::ops::Add>::Output == issue10041::X`
2024-02-17 12:16:29 +00:00
--> tests/ui/new_ret_no_self_overflow.rs:20:25
|
LL | pub fn new() -> X {
| ^
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0275`.