]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33747 - postmodern:patch-2, r=Manishearth
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 21 May 2016 03:38:10 +0000 (09:08 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Sat, 21 May 2016 03:38:10 +0000 (09:08 +0530)
Clarify the English translation of `?Sized`

* It wasn't clear whether `?Sized` meant "not `Sized`" or "`Sized` or not `Sized`". According to #rust IRC, it does indeed mean "`Sized` or not `Sized`".
* Use the same language as [Trait std::marker::Sized](https://doc.rust-lang.org/std/marker/trait.Sized.html) about how `Sized` is implicitly bound.
* Refer to the syntax as `?Sized`, since it's currently the only allowed trait that can follow `?`.


Trivial merge