In the process also document that new `--remap-path-scope` scopes may be added in the future, and that the `all` scope always represent all the scopes. Co-authored-by: David Wood <agile.lion3441@fuligin.ink>
4 lines
150 B
Rust
4 lines
150 B
Rust
//@ compile-flags: --remap-path-prefix={{src-base}}=remapped
|
|
//@ compile-flags: --remap-path-scope=diagnostics
|
|
|
|
pub trait Trait: std::fmt::Display {}
|