mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Fix comment
This commit is contained in:
@@ -1879,7 +1879,7 @@ fn self_value_is_available(&mut self, self_span: Span, path_span: Span) -> bool
|
||||
|
||||
/// A wrapper around [`Resolver::report_error`].
|
||||
///
|
||||
/// This doesn't emit errors for function bodies if this is r
|
||||
/// This doesn't emit errors for function bodies if this is rustdoc.
|
||||
fn report_error(&self, span: Span, resolution_error: ResolutionError<'_>) {
|
||||
if self.should_report_errs() {
|
||||
self.r.report_error(span, resolution_error);
|
||||
|
||||
Reference in New Issue
Block a user