From: Corey Farwell Date: Fri, 5 May 2017 01:35:29 +0000 (-0400) Subject: Rollup merge of #41746 - tommyip:master, r=petrochenkov X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=a9b0b5e4c36e97b6cb62f8a00f4823ca8ebf2988;p=rust.git 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. --- a9b0b5e4c36e97b6cb62f8a00f4823ca8ebf2988