rust/src/librustc_parse_format
Nicholas Nethercote 81c5bb6a3f Eliminate confusing "globals" terminology.
There are some structures that are called "globals", but are they global
to a compilation session, and not truly global. I have always found this
highly confusing, so this commit renames them as "session globals" and
adds a comment explaining things.

Also, the commit fixes an unnecessary nesting of `set()` calls
`src/librustc_errors/json/tests.rs`
2020-07-09 14:11:44 +10:00
..
Cargo.toml Make things build again 2020-06-02 20:38:24 +03:00
lib.rs Add format_args_capture feature 2020-06-24 08:29:55 +01:00
tests.rs Eliminate confusing "globals" terminology. 2020-07-09 14:11:44 +10:00