We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c72a771 + 9348618 commit 7c2a985Copy full SHA for 7c2a985
src/librustc/infer/error_reporting.rs
@@ -157,7 +157,7 @@ impl<'tcx> TyCtxt<'tcx> {
157
"scope of call-site for function"
158
}
159
region::CodeExtentData::ParameterScope { .. } => {
160
- "scope of parameters for function"
+ "scope of function body"
161
162
region::CodeExtentData::DestructionScope(_) => {
163
new_string = format!("destruction scope surrounding {}", tag);
0 commit comments