// Fixes issue where `+` in generics weren't parsed if they were part of a `+=`. //@ check-pass struct Whitespace { t: T } struct TokenSplit { t: T } fn main() {}