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.
2 parents ae2f203 + 93aedb6 commit 804cae3Copy full SHA for 804cae3
example/arbitrary_self_types_pointers_and_wrappers.rs
@@ -36,7 +36,7 @@ impl<T: DispatchFromDyn<U>, U> DispatchFromDyn<Wrapper<U>> for Wrapper<T> {}
36
37
trait Trait {
38
// This method isn't object-safe yet. Unsized by-value `self` is object-safe (but not callable
39
- // without unsized_locals), but wrappers arond `Self` currently are not.
+ // without unsized_locals), but wrappers around `Self` currently are not.
40
// FIXME (mikeyhew) uncomment this when unsized rvalues object-safety is implemented
41
// fn wrapper(self: Wrapper<Self>) -> i32;
42
fn ptr_wrapper(self: Ptr<Wrapper<Self>>) -> i32;
0 commit comments