mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-01 05:57:03 +03:00
11 lines
285 B
Rust
11 lines
285 B
Rust
// Error on invalid --remap-path-scope arguments
|
|
|
|
//@ revisions: foo underscore
|
|
//@ compile-flags: -Zunstable-options
|
|
//@ [foo]compile-flags: --remap-path-scope=foo
|
|
//@ [underscore]compile-flags: --remap-path-scope=macro_object
|
|
|
|
//~? RAW argument for `--remap-path-scope
|
|
|
|
fn main() {}
|