We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b6645 commit 39084fbCopy full SHA for 39084fb
src/comp/driver/rustc.rs
@@ -270,7 +270,6 @@ options:
270
--test build test harness
271
--gc garbage collect shared data (experimental/temporary)
272
--stack-growth perform stack checks (experimental)
273
- --check-unsafe disallow unsafe actions in non-unsafe functions
274
275
");
276
}
@@ -448,7 +447,7 @@ fn opts() -> [getopts::opt] {
448
447
optflag("no-typestate"), optflag("noverify"),
449
optmulti("cfg"), optflag("test"),
450
optflag("lib"), optflag("static"), optflag("gc"),
451
- optflag("stack-growth"), optflag("check-unsafe")];
+ optflag("stack-growth")];
452
453
454
fn build_output_filenames(ifile: str, ofile: option::t<str>,
0 commit comments