We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c97aa15 + db2cc88 commit 68c6b17Copy full SHA for 68c6b17
src/formatting.rs
@@ -33,7 +33,7 @@ impl<'b, T: Write + 'b> Session<'b, T> {
33
return Err(ErrorKind::VersionMismatch);
34
}
35
36
- syntax::with_globals(|| {
+ syntax::with_globals(&[], || {
37
syntax_pos::hygiene::set_default_edition(
38
self.config.edition().to_libsyntax_pos_edition(),
39
);
0 commit comments