uefi-macros 0.19.0

Procedural macros for the `uefi` crate.
Documentation
1
2
3
4
5
6
7
8
// SPDX-License-Identifier: MIT OR Apache-2.0

#[test]
fn ui() {
    let t = trybuild::TestCases::new();
    t.compile_fail("tests/ui/fail/*.rs");
    t.pass("tests/ui/pass/*.rs");
}