mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 10:05:06 +03:00
89314a0805
This lint complains when the question mark operator (try operator) is used. This is a restriction lint that can be useful on local scopes where a custom error handling macro is supposed to be used to augment the error based on local scope data before returning.