-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fdc8f3
commit b94f89f
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,6 @@ unsafe fn run() { | |
static_bound_set(&mut debug_static_mut); | ||
} | ||
|
||
fn main() { | ||
pub fn main() { | ||
unsafe { run() } | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw
at alexcrichton@b94f89f
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/rust/static-mut = b94f89f into auto
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/rust/static-mut = b94f89f merged ok, testing candidate = 3dac414c
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some tests failed:
http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/71
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
saw approval from huonw
at alexcrichton@b94f89f
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
merging alexcrichton/rust/static-mut = b94f89f into auto
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alexcrichton/rust/static-mut = b94f89f merged ok, testing candidate = b11346b
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all tests pass:
http://buildbot.rust-lang.org/builders/auto-mac-32-opt/builds/82
http://buildbot.rust-lang.org/builders/auto-mac-64-opt/builds/82
http://buildbot.rust-lang.org/builders/auto-mac-64-nopt/builds/87
http://buildbot.rust-lang.org/builders/auto-mac-64-opt-vg/builds/79
http://buildbot.rust-lang.org/builders/auto-mac-all-opt/builds/83
http://buildbot.rust-lang.org/builders/auto-linux-32-opt/builds/103
http://buildbot.rust-lang.org/builders/auto-linux-32-nopt/builds/104
http://buildbot.rust-lang.org/builders/auto-linux-64-opt/builds/102
http://buildbot.rust-lang.org/builders/auto-linux-64-nopt/builds/103
http://buildbot.rust-lang.org/builders/auto-linux-64-opt-vg/builds/99
http://buildbot.rust-lang.org/builders/auto-linux-all-opt/builds/101
http://buildbot.rust-lang.org/builders/auto-win-32-opt/builds/84
http://buildbot.rust-lang.org/builders/auto-win-32-nopt/builds/100
b94f89f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fast-forwarding master to auto = b11346b