disable size asserts in the compiler when randomizing layouts

This commit is contained in:
The 8472 2022-09-02 20:17:20 +02:00
parent f3bc08adbd
commit 5bf8eeb9f3
8 changed files with 24 additions and 0 deletions

View file

@ -30,5 +30,6 @@ features = ['unprefixed_malloc_on_supported_platforms']
jemalloc = ['dep:jemalloc-sys']
llvm = ['rustc_driver_impl/llvm']
max_level_info = ['rustc_driver_impl/max_level_info']
rustc_randomized_layouts = ['rustc_driver_impl/rustc_randomized_layouts']
rustc_use_parallel_compiler = ['rustc_driver_impl/rustc_use_parallel_compiler']
# tidy-alphabetical-end