rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.
This commit is contained in:
parent
4c2245d842
commit
2ef9c01ffc
6 changed files with 87 additions and 25 deletions
|
|
@ -456,6 +456,7 @@ TEST_XFAILS_BOOT := $(TASK_XFAILS) \
|
|||
test/run-pass/iter-ret.rs \
|
||||
test/run-pass/leak-tag-copy.rs \
|
||||
test/run-pass/lib-io.rs \
|
||||
test/run-pass/maybe-mutable.rs \
|
||||
test/run-pass/mlist-cycle.rs \
|
||||
test/run-pass/obj-as.rs \
|
||||
test/run-pass/seq-compare.rs \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue