]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/proc-macro/pretty-print-hack-show.rs
Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini
[rust.git] / tests / ui / proc-macro / pretty-print-hack-show.rs
index 9b1899e49220e16818f800e0f48008ed9872d3bf..24a389c450ea01d176cab209eb54b3cf4430c8cf 100644 (file)
@@ -1,5 +1,8 @@
 // aux-build:test-macros.rs
 // compile-flags: -Z span-debug
+// revisions: local remapped
+// [local] no-remap-src-base: The hack should work regardless of remapping.
+// [remapped] remap-src-base
 
 #![no_std] // Don't load unnecessary hygiene information from std
 extern crate std;