Rustc: Inferred lifetimes are missing from SynGenericArgs
#208
Labels
A-driver
Area: Driver or something related to the internal working of a driver.
C-bug
Category: Something isn't working
D-rustc-driver
Driver: Rustc Driver
Milestone
Inferred lifetimes, like the
'_
inCow<'_, str>
, are currently not listed in the syntactic representation of generic args, even though it should be. It's probably a bug inMarkerConverterInner::to_lifetime
Code to test in
marker_uilints
:The text was updated successfully, but these errors were encountered: