mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
Auto merge of #4529 - lzutao:rm-feature-bind-by-move, r=matthiaskrgr
Remove feature gate bind-by-move This feature was stabilized in https://github.com/rust-lang/rust/pull/63118 changelog: none
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
// error-pattern:cargo-clippy
|
||||
|
||||
#![feature(bind_by_move_pattern_guards)] // proposed to be stabilized in Rust v1.39
|
||||
#![feature(box_syntax)]
|
||||
#![feature(box_patterns)]
|
||||
#![feature(never_type)]
|
||||
|
||||
Reference in New Issue
Block a user