diff --git a/src/test/ui/proc-macro/span-api-tests.rs b/src/test/ui/proc-macro/span-api-tests.rs index cbceea1b4f35..5c0cbd77a8da 100644 --- a/src/test/ui/proc-macro/span-api-tests.rs +++ b/src/test/ui/proc-macro/span-api-tests.rs @@ -11,6 +11,8 @@ extern crate span_test_macros; extern crate span_api_tests; +// FIXME(69775): Investigate `assert_fake_source_file`. + use span_api_tests::{reemit, assert_source_file, macro_stringify}; macro_rules! say_hello {