Address review comments
Fix regressions after rebase
This commit is contained in:
committed by
Vadim Petrochenkov
parent
08a1d45818
commit
a27f8cf8a3
@@ -87,7 +87,7 @@ impl ProcMacro for Quoter {
|
||||
let mut info = cx.current_expansion.mark.expn_info().unwrap();
|
||||
info.callee.allow_internal_unstable = true;
|
||||
cx.current_expansion.mark.set_expn_info(info);
|
||||
::__internal::set_sess(cx, || quote!(::TokenStream((quote stream))))
|
||||
::__internal::set_sess(cx, || quote!(::TokenStream { 0: (quote stream) }))
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user