Reduce verbosity for ? on non-Try expressions
This commit is contained in:
@@ -352,6 +352,8 @@ pub enum ObligationCauseCode<'tcx> {
|
||||
|
||||
ForLoopIterator,
|
||||
|
||||
QuestionMark,
|
||||
|
||||
/// Well-formed checking. If a `WellFormedLoc` is provided,
|
||||
/// then it will be used to eprform HIR-based wf checking
|
||||
/// after an error occurs, in order to generate a more precise error span.
|
||||
|
||||
Reference in New Issue
Block a user