mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 11:51:31 +03:00
3e93027557
Add option to customize the nll-facts' folder location This PR adds a `nll-facts-dir` option to specify the location of the directory in which NLL facts are dumped into. It works the same way `dump-mir-dir` controls the location used by the `dump-mir` option.