expand: Resolve and expand inner attributes on out-of-line modules by petrochenkov · Pull Request #82399 · rust-lang/rust

This was referenced

Feb 22, 2021

Aaron1011

Aaron1011

petrochenkov

Aaron1011

@Aaron1011 Aaron1011 added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Feb 23, 2021

@Aaron1011 Aaron1011 added S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Feb 23, 2021

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-author

Status: This is awaiting some action (such as code changes or more information) from the author.

labels

Feb 23, 2021

Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request

Feb 24, 2021
expand: Resolve and expand inner attributes on out-of-line modules

Fixes rust-lang#81661
r? `@Aaron1011`

Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request

Feb 24, 2021
expand: Resolve and expand inner attributes on out-of-line modules

Fixes rust-lang#81661
r? ``@Aaron1011``

@petrochenkov

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Mar 14, 2021

Dylan-DPC-zz pushed a commit to Dylan-DPC-zz/rust that referenced this pull request

Mar 14, 2021
expand: Resolve and expand inner attributes on out-of-line modules

Fixes rust-lang#81661
r? `@Aaron1011`

@bors bors mentioned this pull request

Mar 14, 2021

@nrc nrc mentioned this pull request

Mar 16, 2021

@ehuss ehuss mentioned this pull request

May 7, 2021

Tim-Zhang added a commit to Tim-Zhang/ttrpc-rust that referenced this pull request

May 21, 2021
The #![rustfmt::skip] we used in ttrpc.rs has been
marked as soft_unstable in rust 1.52(rust-lang/rust#82399)

So we would got a build error like
`error: custom inner attributes are unstable`

This commit will fix this issue.

Signed-off-by: Tim Zhang <tim@hyper.sh>

@ehuss ehuss mentioned this pull request

Jun 15, 2021

bors added a commit to rust-lang-ci/rust that referenced this pull request

Dec 13, 2024
…tr, r=<try>

fully de-stabilize all custom inner attributes

`#![test]` and `#![rustfmt::skip]` were accidentally accepted in more places than they should. These have been marked as soft-unstable since forever (rust-lang#82399) and shown in future-compat reports since Rust 1.77 (rust-lang#116274).

Cc `@rust-lang/lang` `@petrochenkov`

jieyouxu added a commit to jieyouxu/rust that referenced this pull request

Jan 20, 2025
…attr, r=SparrowLii

fully de-stabilize all custom inner attributes

`#![test]` and `#![rustfmt::skip]` were accidentally accepted in more places than they should. These have been marked as soft-unstable since forever (rust-lang#82399) and shown in future-compat reports since Rust 1.77 (rust-lang#116274).

Cc `@rust-lang/lang` `@petrochenkov`

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Jan 20, 2025
Rollup merge of rust-lang#134276 - RalfJung:destabilize-custom-inner-attr, r=SparrowLii

fully de-stabilize all custom inner attributes

`#![test]` and `#![rustfmt::skip]` were accidentally accepted in more places than they should. These have been marked as soft-unstable since forever (rust-lang#82399) and shown in future-compat reports since Rust 1.77 (rust-lang#116274).

Cc `@rust-lang/lang` `@petrochenkov`

KarstenB pushed a commit to KarstenB/ttrpc-rust that referenced this pull request

May 1, 2025
The #![rustfmt::skip] we used in ttrpc.rs has been
marked as soft_unstable in rust 1.52(rust-lang/rust#82399)

So we would got a build error like
`error: custom inner attributes are unstable`

This commit will fix this issue.

Signed-off-by: Tim Zhang <tim@hyper.sh>