You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: compiler/rustc_codegen_cranelift/example/gen_block_iterate.rs
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
// Copied from https://github.com/rust-lang/rust/blob/46455dc65069387f2dc46612f13fd45452ab301a/tests/ui/coroutine/gen_block_iterate.rs
Copy file name to clipboardExpand all lines: compiler/rustc_session/src/options.rs
+44-29
Original file line number
Diff line number
Diff line change
@@ -396,8 +396,7 @@ mod desc {
396
396
pubconst parse_instrument_xray:&str = "either a boolean (`yes`, `no`, `on`, `off`, etc), or a comma separated list of settings: `always` or `never` (mutually exclusive), `ignore-loops`, `instruction-threshold=N`, `skip-entry`, `skip-exit`";
397
397
pubconst parse_unpretty:&str = "`string` or `string=string`";
398
398
pubconst parse_treat_err_as_bug:&str = "either no value or a non-negative number";
399
-
pubconst parse_trait_solver:&str =
400
-
"one of the supported solver modes (`classic`, `next`, or `next-coherence`)";
399
+
pubconst parse_next_solver_config:&str = "a comma separated list of solver configurations: `globally` (default), `coherence`, `dump-tree`, `dump-tree-on-error";
401
400
pubconst parse_lto:&str =
402
401
"either a boolean (`yes`, `no`, `on`, `off`, etc), `thin`, `fat`, or omitted";
403
402
pubconst parse_linker_plugin_lto:&str =
@@ -429,7 +428,6 @@ mod desc {
429
428
"a `,` separated combination of `bti`, `b-key`, `pac-ret`, or `leaf`";
0 commit comments