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 5274b49 commit db2cc88Copy full SHA for db2cc88
src/formatting.rs
@@ -30,7 +30,7 @@ impl<'b, T: Write + 'b> Session<'b, T> {
30
return Err(ErrorKind::VersionMismatch);
31
}
32
33
- syntax::with_globals(|| {
+ syntax::with_globals(&[], || {
34
syntax_pos::hygiene::set_default_edition(
35
self.config.edition().to_libsyntax_pos_edition(),
36
);
0 commit comments