Restrict `#[rustc_box]` to `Box::new` calls Currently, `#[rustc_box]` can be applied to any call expression with a single argument. This PR only allows it to be applied to calls to `Box::new` |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||
Restrict `#[rustc_box]` to `Box::new` calls Currently, `#[rustc_box]` can be applied to any call expression with a single argument. This PR only allows it to be applied to calls to `Box::new` |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||