Error newtype marker used below for readability.
| 285 | |
| 286 | /// Error newtype marker used below for readability. |
| 287 | struct Expected<T>(T); |
| 288 | |
| 289 | let valid_target = match parsed_attr { |
| 290 | SpirvAttribute::IntrinsicType(_) | SpirvAttribute::Block => match target { |
no outgoing calls
no test coverage detected