We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43c0518 commit e077501Copy full SHA for e077501
src/librustc/infer/error_reporting/nice_region_error/placeholder_error.rs
@@ -13,7 +13,7 @@ use util::ppaux::RegionHighlightMode;
13
14
impl NiceRegionError<'me, 'gcx, 'tcx> {
15
/// When given a `ConcreteFailure` for a function with arguments containing a named region and
16
- /// an anonymous region, emit an descriptive diagnostic error.
+ /// an anonymous region, emit a descriptive diagnostic error.
17
pub(super) fn try_report_placeholder_conflict(&self) -> Option<ErrorReported> {
18
match &self.error {
19
///////////////////////////////////////////////////////////////////////////
0 commit comments