about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/framework/graphviz.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-04-10 13:47:35 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-04-17 09:50:52 +1000
commit7e1f2f9c54338cbefddffcce725f89d271d2cbe8 (patch)
tree824bdf85073a8c77ddad2e0a96fe85e0c6d4b3ff /compiler/rustc_mir_dataflow/src/framework/graphviz.rs
parent400e8e5dc819b1fa7f994fb60dbe8b5112ec3fd2 (diff)
downloadrust-7e1f2f9c54338cbefddffcce725f89d271d2cbe8.tar.gz
rust-7e1f2f9c54338cbefddffcce725f89d271d2cbe8.zip
Augment some tests involving attributes.
This shows places where the use of `name_or_empty` causes problems, i.e.
we print empty identifiers in error messages:
```
error: unrecognized field name ``
error: `` isn't a valid `#[macro_export]` argument
`#[no_sanitize()]` should be applied to a function
```
(The last one is about an attribute `#[no_sanitize("address")]`.)

The next commit will fix these.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/framework/graphviz.rs')
0 files changed, 0 insertions, 0 deletions