]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #41746 - tommyip:master, r=petrochenkov
authorCorey Farwell <coreyf@rwell.org>
Fri, 5 May 2017 01:35:29 +0000 (21:35 -0400)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 01:35:29 +0000 (21:35 -0400)
commita9b0b5e4c36e97b6cb62f8a00f4823ca8ebf2988
tree12407dd64a6746cb90b5464ca5de6bdf517e6dd3
parent63e477d51d59c257e3b71aca2350867bf8b78e59
parent05329e578014ee1e9a0a45658e5fba60f6b06e83
Rollup merge of #41746 - tommyip:master, r=petrochenkov

Remove use of `Self: Sized` from libsyntax

The bound is not required for compiling but it prevents using `next_token()` from a trait object.

Fixes #33506.