From ba30dcad2fd9576cade397df33d223fb07d89266 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Sat, 15 Jun 2019 22:22:06 +0200 Subject: Remove the default type of `Rem::Output` --- src/libcore/ops/arith.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libcore/ops') diff --git a/src/libcore/ops/arith.rs b/src/libcore/ops/arith.rs index 8139305f530..3c009d644c6 100644 --- a/src/libcore/ops/arith.rs +++ b/src/libcore/ops/arith.rs @@ -508,7 +508,7 @@ div_impl_float! { f32 f64 } pub trait Rem { /// The resulting type after applying the `%` operator. #[stable(feature = "rust1", since = "1.0.0")] - type Output = Self; + type Output; /// Performs the `%` operation. #[must_use] -- cgit 1.4.1-3-g733a5