Skip to content

Commit

Permalink
miri: disable stacked borrows (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
ritchie46 committed Jul 24, 2022
1 parent 3805d8f commit 5f8603b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polars/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ miri:
# not tested on all features because miri does not support SIMD
# some tests are also filtered, because miri cannot deal with the rayon threadpool
# we ignore leaks because the thread pool of rayon is never killed.
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-ignore-leaks" \
MIRIFLAGS="-Zmiri-disable-isolation -Zmiri-ignore-leaks -Zmiri-disable-stacked-borrows" \
POLARS_ALLOW_EXTENSION=1 \
cargo miri test \
--no-default-features \
Expand Down

0 comments on commit 5f8603b

Please sign in to comment.