Skip to content

Commit b47a791

Browse files
committed
Fixed build after rebase
1 parent e6a6c64 commit b47a791

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libsyntax_pos/hygiene.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ pub fn extend_hygiene_data(extend_with: HygieneData) -> ImportedHygieneData {
185185
callee: NameAndSpan {
186186
format: info.callee.format.clone(),
187187
allow_internal_unstable: info.callee.allow_internal_unstable,
188+
allow_internal_unsafe: info.callee.allow_internal_unsafe,
188189
span:
189190
info.callee.span.map(|span| translate_span(&span, ctxt_offset)),
190191
},

0 commit comments

Comments
 (0)