Lines Matching defs:Flags
89 type Flags struct { struct
90 GlobalRustFlags []string // Flags that apply globally to rust
91 GlobalLinkFlags []string // Flags that apply globally to linker
92 RustFlags []string // Flags that apply to rust
93 LinkFlags []string // Flags that apply to linker
94 ClippyFlags []string // Flags that apply to clippy-driver, during the linting
95 RustdocFlags []string // Flags that apply to rustdoc
96 Toolchain config.Toolchain
97 Coverage bool
98 Clippy bool
99 EmitXrefs bool // If true, emit rules to aid cross-referencing
602 Flags []string member