Closed petrochenkov closed 7 years ago
The parentheses around Fn are actually a syntactic error, but they were accepted by mistake since Rust 1.6 (https://github.com/rust-lang/rust/issues/39318). This will be fixed soon (https://github.com/rust-lang/rust/pull/40043) and this code is going to stop compiling.
Fn
Thanks!
The parentheses around
Fn
are actually a syntactic error, but they were accepted by mistake since Rust 1.6 (https://github.com/rust-lang/rust/issues/39318). This will be fixed soon (https://github.com/rust-lang/rust/pull/40043) and this code is going to stop compiling.