We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DerefMut
for Sized?
1 parent 3c89031 commit cddbb6aCopy full SHA for cddbb6a
src/libcore/ops.rs
@@ -787,7 +787,7 @@ impl<'a, Sized? T> Deref<T> for &'a mut T {
787
/// }
788
/// ```
789
#[lang="deref_mut"]
790
-pub trait DerefMut<Sized? Result>: Deref<Result> {
+pub trait DerefMut<Sized? Result> for Sized? : Deref<Result> {
791
/// The method called to mutably dereference a value
792
fn deref_mut<'a>(&'a mut self) -> &'a mut Result;
793
}
0 commit comments