We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633af39 commit 7ab8a59Copy full SHA for 7ab8a59
src/Makefile
@@ -494,18 +494,25 @@ TEST_XFAILS_RUSTC := $(filter-out \
494
writealias.rs \
495
) \
496
$(addprefix test/compile-fail/, \
497
+ alt-tag-nullary.rs \
498
+ alt-tag-unary.rs \
499
arg-count-mismatch.rs \
500
arg-type-mismatch.rs \
501
bad-expr-path.rs \
502
bad-expr-path2.rs \
503
+ bogus-tag.rs \
504
import.rs \
505
import2.rs \
506
import3.rs \
507
import4.rs \
508
import-loop.rs \
509
import-loop-2.rs \
510
multiline-comment-line-tracking.rs \
511
+ output-type-mismatch.rs \
512
+ rec-missing-fields.rs \
513
+ type-shadow.rs \
514
while-type-error.rs \
515
+ wrong-ret-type.rs \
516
), \
517
$(wildcard test/*/*.rs test/*/*.rc))
518
0 commit comments