| warning: `try` blocks are unstable |
| --> $DIR/soft-feature-gate-try_blocks.rs:10:5 |
| | |
| LL | try {} |
| | ^^^^^^ |
| | |
| = note: see issue #154391 <https://github.com/rust-lang/rust/issues/154391> for more information |
| = help: add `#![feature(try_blocks)]` to the crate attributes to enable |
| = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date |
| = warning: unstable syntax can change at any point in the future, causing a hard error! |
| = note: for more information, see issue #154045 <https://github.com/rust-lang/rust/issues/154045> |
| |
| warning: 1 warning emitted |
| |