mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
Rollup merge of #114124 - Enselic:proc-fixme, r=cjgillot
tests/ui/proc-macro/*: Migrate FIXMEs to check-pass proc-macros are processed early in the compiler pipeline. There is no need to involve codegen. So change to check-pass. I have also looked through each changed test and to me it is sufficiently clear that codegen is not needed for the purpose of the test. I skipped changing `tests/ui/proc-macro/no-missing-docs.rs` in this commit because it was not clear to me that it can be changed to check-pass. Part of #62277
This commit is contained in:
commit
4e525c1a9a
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
// aux-build:derive-helper-shadowed-2.rs
|
// aux-build:derive-helper-shadowed-2.rs
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
|
|
||||||
extern crate test_macros;
|
extern crate test_macros;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// edition:2018
|
// edition:2018
|
||||||
// aux-build:edition-imports-2015.rs
|
// aux-build:edition-imports-2015.rs
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// edition:2018
|
// edition:2018
|
||||||
|
|
||||||
extern crate proc_macro;
|
extern crate proc_macro;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
|
|
||||||
#[macro_use(Empty)]
|
#[macro_use(Empty)]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// build-pass (FIXME(62277): could be check-pass?)
|
// check-pass
|
||||||
// aux-build:test-macros.rs
|
// aux-build:test-macros.rs
|
||||||
|
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
|
Loading…
Reference in New Issue
Block a user