mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 23:06:23 +00:00
Remove the last remaining xfail-boot directive
This commit is contained in:
parent
c53402846e
commit
228422303f
@ -1,7 +1,3 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
// xfail-boot
|
|
||||||
fn main() {
|
fn main() {
|
||||||
obj foo(mutable i: int) {
|
obj foo(mutable i: int) {
|
||||||
fn inc_by(incr: int) -> int { i += incr; ret i; }
|
fn inc_by(incr: int) -> int { i += incr; ret i; }
|
||||||
|
Loading…
Reference in New Issue
Block a user