diff options
| author | Dylan DPC <99973273+Dylan-DPC@users.noreply.github.com> | 2022-04-16 19:42:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-16 19:42:00 +0200 |
| commit | 22d554657d08cff395911c5128be297e366899ec (patch) | |
| tree | 55a1bf31efb53cb0f7cd0a8fa4beb0fec8851ba9 /compiler/rustc_codegen_gcc/example/alloc_example.rs | |
| parent | d9b3ff7d34335c5bc0b2afed640b65d64a85fe03 (diff) | |
| parent | f427698c03a74b961dbc5f28bc7a9801a77d0d44 (diff) | |
| download | rust-22d554657d08cff395911c5128be297e366899ec.tar.gz rust-22d554657d08cff395911c5128be297e366899ec.zip | |
Rollup merge of #94985 - dtolnay:constattr, r=pnkfelix
Parse inner attributes on inline const block
According to https://github.com/rust-lang/rust/pull/84414#issuecomment-826150936, inner attributes are intended to be supported *"in all containers for statements (or some subset of statements)"*.
This PR adds inner attribute parsing and pretty-printing for inline const blocks (https://github.com/rust-lang/rust/issues/76001), which contain statements just like an unsafe block or a loop body.
```rust
let _ = const {
#![allow(...)]
let x = ();
x
};
```
Diffstat (limited to 'compiler/rustc_codegen_gcc/example/alloc_example.rs')
0 files changed, 0 insertions, 0 deletions
