1
0
Fork 0
mirror of https://gitlab.com/msrd0/gotham-restful.git synced 2025-04-20 06:54:46 +00:00

merge workspace and main crate

This commit is contained in:
Dominic 2020-05-05 23:18:05 +02:00
parent 52679ad29d
commit 5587ded60d
Signed by: msrd0
GPG key ID: DCC8C247452E98F9
45 changed files with 58 additions and 67 deletions

11
tests/trybuild_ui.rs Normal file
View file

@ -0,0 +1,11 @@
use trybuild::TestCases;
#[test]
#[ignore]
fn trybuild_ui()
{
let t = TestCases::new();
// always enabled
t.compile_fail("tests/ui/from_body_enum.rs");
}