mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-02 11:44:28 +00:00
1338a45d98
Made because I was making a code change and got a very confusing "should be applied to a method, not a method" error. ``` error[E0718]: `into_try_type` language item must be applied to a method --> library\core\src\ops\try_trait.rs:352:32 | 352 | #[cfg_attr(not(bootstrap), lang = "into_try_type")] | ^^^^^^^^^^^^^^^^^^^^^^ attribute should be applied to a method, not a method ``` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |