This commit is contained in:
Ayaz Hafiz 2022-05-03 19:38:25 -04:00
parent 5624c492da
commit b05874924f
No known key found for this signature in database
GPG key ID: 0E2A37416A25EF58
4 changed files with 17 additions and 20 deletions

View file

@ -17,7 +17,7 @@ pub struct Symbol(u64);
// Set it to false if you want to see the raw ModuleId and IdentId ints,
// but please set it back to true before checking in the result!
#[cfg(debug_assertions)]
const PRETTY_PRINT_DEBUG_SYMBOLS: bool = false;
const PRETTY_PRINT_DEBUG_SYMBOLS: bool = true;
/// In Debug builds only, Symbol has a name() method that lets
/// you look up its name in a global intern table. This table is