about summary refs log tree commit diff
path: root/src/test/ui/macros/unknown-builtin.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-14/+0
2020-09-01Give a better error message for duplicate built-in macrosJoshua Nelson-2/+2
Previously, this would say no such macro existed, but this was misleading, since the macro _did_ exist, it was just already seen. - Say where the macro was previously defined - Add long-form error message
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-5/+0
2020-03-10macros/unknown-builtin: use hack for musl problemsMazdak Farrokhzad-0/+5
2019-07-26Introduce built-in macros through libcoreVadim Petrochenkov-0/+14