diff options
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index bd13abdb..c407403c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -418,6 +418,7 @@ TEST_XFAILS_RUSTC := $(filter-out \ arith-0.rs \ arith-1.rs \ arith-2.rs \ + bind-trivial.rs \ bitwise.rs \ bool-not.rs \ box.rs \ |