]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #38859 - jonathandturner:E0088_fix, r=eddyb
authorbors <bors@rust-lang.org>
Sat, 7 Jan 2017 05:59:38 +0000 (05:59 +0000)
committerbors <bors@rust-lang.org>
Sat, 7 Jan 2017 05:59:38 +0000 (05:59 +0000)
E0088/E0090 fix

This fixes an issue reported by @eddyb (https://github.com/rust-lang/rust/pull/36208#issuecomment-2707092230) where the check for "too few lifetime parameters" was removed in one of the error message PRs.

I also removed the span shrinking from E0088, as early bound lifetimes give you a confusing underline in some cases.

r=eddyb


Trivial merge