Michael Goulet
Michael Goulet
r? @compiler-errors
@chenyukang make sure to do: @rustbot ready When you're ready to review. Otherwise I might not see this, haha.
For the record, `:` is outlives syntax. See https://github.com/rust-lang/a-mir-formality/issues/147. I think the trait bound is expressed `Bar(T)`, though reference other tests to make sure.
This can/should get merged now
`state.status == 'pending' and not state.try_` should be `False` :'(
@ytmimi: Yes, that formatting looks correct. When there is a where clause present, there's always a line break, then `=` and the type, then a break, then the where clauses.
@calebcartwright @ytmimi: It's been almost a year since this PR was opened. Is there any chance we could finally get this merged? What's the plan on doing the next rustfmt->rust...
This has to do with the weirdness of the way that `parse_macro_arg` works. Unlike parsing nonterminal args in a macro-by-example, it eagerly tries, for example, to parse a type without...
I *think* the only place we really use stability attributes are the standard library.