rust/src/test/ui/numbers-arithmetic
Esteban Küber e1649c442f Tweak "the following other types implement trait"
When *any* of the suggested impls is an exact match, *only* show the
exact matches. This is particularly relevant for integer types.

fix fmt
2022-12-05 14:59:30 -08:00
..
arith-unsigned.rs
div-mod.rs
divide-by-zero.rs
float2.rs
float_math.rs
float-int-invalid-const-cast.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
float-literal-inference.rs
float-nan.rs
float-signature.rs
float.rs
floatlits.rs
i8-incr.rs
i32-sub.rs
i128.rs
int-abs-overflow.rs
int.rs
integer-literal-radix.rs
integer-literal-suffix-inference-2.rs
integer-literal-suffix-inference-3.rs
integer-literal-suffix-inference.rs
issue-8460-const.noopt.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.opt_with_overflow_checks.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.opt.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460-const.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
issue-8460.rs
mod-zero.rs
next-power-of-two-overflow-debug.rs
next-power-of-two-overflow-ndebug.rs
not-suggest-float-literal.rs
not-suggest-float-literal.stderr Tweak "the following other types implement trait" 2022-12-05 14:59:30 -08:00
num-wrapping.rs
numeric-method-autoexport.rs
overflowing-add.rs
overflowing-lsh-1.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-1.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-2.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-2.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-3.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-3.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-4.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-lsh-4.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-mul.rs
overflowing-neg.rs
overflowing-pow-signed.rs
overflowing-pow-unsigned.rs
overflowing-rsh-1.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-1.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-2.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-2.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-3.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-3.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-4.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-4.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-5.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-5.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-6.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-rsh-6.stderr make const_err a hard error 2022-10-07 18:08:49 +02:00
overflowing-sub.rs
promoted_overflow_opt.rs make const_err a hard error 2022-10-07 18:08:49 +02:00
promoted_overflow.rs
saturating-float-casts-impl.rs
saturating-float-casts-wasm.rs
saturating-float-casts.rs
shift-near-oflo.rs
shift-various-types.rs
shift.rs
signed-shift-const-eval.rs
suggest-float-literal.fixed
suggest-float-literal.rs
suggest-float-literal.stderr Tweak "the following other types implement trait" 2022-12-05 14:59:30 -08:00
u8-incr-decr.rs
u8-incr.rs
u32-decr.rs
u128-as-f32.rs
u128.rs
uint.rs
unary-minus-suffix-inference.rs