about summary refs log tree commit diff
path: root/src/test/compile-fail/macro-use-undef.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-18/+0
2015-05-13Unignore some tests in stage1Tamir Duberstein-1/+0
We don't have any pending snapshot-requiring changes. Tests which continue to be ignored are those that are broken by codegen changes.
2015-02-10Forbid undefined names in macro use / macro reexportKeegan McAllister-0/+19
Fixes #21062.