about summary refs log tree commit diff
path: root/src/test/ui/shadow-bool.rs
AgeCommit message (Collapse)AuthorLines
2020-02-06Add primitive module to libcore/stdMark Rousskov-0/+18
This re-exports the primitive types from libcore at `core::primitive` to allow macro authors to have a reliable location to use them from.