]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #63565 - Centril:deny-nll-migrate-mode, r=matthewjasper
authorMazdak Farrokhzad <twingoow@gmail.com>
Fri, 6 Sep 2019 17:00:41 +0000 (19:00 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Sep 2019 17:00:41 +0000 (19:00 +0200)
Rust 2018: NLL migrate mode => hard error

As per decision on a language team meeting as described in https://github.com/rust-lang/rust/pull/63565#issuecomment-528563744, we refuse to downgrade NLL errors, that AST borrowck accepts, into warnings and keep them as hard errors.

cc @rust-lang/lang
cc @rust-lang/wg-compiler-nll


Trivial merge