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 e6a6c64 commit b47a791Copy full SHA for b47a791
src/libsyntax_pos/hygiene.rs
@@ -185,6 +185,7 @@ pub fn extend_hygiene_data(extend_with: HygieneData) -> ImportedHygieneData {
185
callee: NameAndSpan {
186
format: info.callee.format.clone(),
187
allow_internal_unstable: info.callee.allow_internal_unstable,
188
+ allow_internal_unsafe: info.callee.allow_internal_unsafe,
189
span:
190
info.callee.span.map(|span| translate_span(&span, ctxt_offset)),
191
},
0 commit comments