mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-10 14:57:14 +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() {
|
||||
obj foo(mutable i: int) {
|
||||
fn inc_by(incr: int) -> int { i += incr; ret i; }
|
||||
|
Loading…
Reference in New Issue
Block a user