mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-19 06:15:45 +01:00
RTIC v2: Initial commit
rtic-syntax is now part of RTIC repository
This commit is contained in:
parent
1c5db277e4
commit
7614b96fe4
167 changed files with 5219 additions and 602 deletions
7
macros/tests/ui.rs
Normal file
7
macros/tests/ui.rs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use trybuild::TestCases;
|
||||
|
||||
#[test]
|
||||
fn ui() {
|
||||
let t = TestCases::new();
|
||||
t.compile_fail("ui/*.rs");
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue