Skip to content

Commit 849d3ff

Browse files
committed
rusti: main must be public
1 parent 6a332b2 commit 849d3ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librusti/rusti.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ fn run_cmd(repl: &mut Repl, _in: io::Reader, _out: io::Writer,
255255
}
256256
}
257257
258-
fn main() {
258+
pub fn main() {
259259
let args = os::args();
260260
let in = io::stdin();
261261
let out = io::stdout();

0 commit comments

Comments
 (0)