Skip to content

Commit a058200

Browse files
committed
---
yaml --- r: 6249 b: refs/heads/master c: 39084fb h: refs/heads/master i: 6247: b3e7326 v: v3
1 parent 268a2a4 commit a058200

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

[refs]

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
---
2-
refs/heads/master: 24b66451568769236202e90e29a3540b802e1373
2+
refs/heads/master: 39084fb881a1a0fd2db6c8df04ccd5cc0a9c6716

trunk/src/comp/driver/rustc.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,6 @@ options:
270270
--test build test harness
271271
--gc garbage collect shared data (experimental/temporary)
272272
--stack-growth perform stack checks (experimental)
273-
--check-unsafe disallow unsafe actions in non-unsafe functions
274273
275274
");
276275
}
@@ -448,7 +447,7 @@ fn opts() -> [getopts::opt] {
448447
optflag("no-typestate"), optflag("noverify"),
449448
optmulti("cfg"), optflag("test"),
450449
optflag("lib"), optflag("static"), optflag("gc"),
451-
optflag("stack-growth"), optflag("check-unsafe")];
450+
optflag("stack-growth")];
452451
}
453452

454453
fn build_output_filenames(ifile: str, ofile: option::t<str>,

0 commit comments

Comments
 (0)