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.
1 parent 2174bd9 commit 9348618Copy full SHA for 9348618
src/librustc/infer/error_reporting.rs
@@ -158,7 +158,7 @@ impl<'tcx> TyCtxt<'tcx> {
158
"scope of call-site for function"
159
}
160
region::CodeExtentData::ParameterScope { .. } => {
161
- "scope of parameters for function"
+ "scope of function body"
162
163
region::CodeExtentData::DestructionScope(_) => {
164
new_string = format!("destruction scope surrounding {}", tag);
0 commit comments