about summary refs log tree commit diff
path: root/compiler/rustc_builtin_macros/src/define_opaque.rs
AgeCommit message (Expand)AuthorLines
2025-03-25Test define opaques in extern itemsMichael Goulet-1/+4
2025-03-25Allow defining opaques in statics and constsMichael Goulet-0/+5
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-0/+54