index
:
selfref.git
this commit
default
feature/more-closures
Unnamed repository; edit this file 'description' to name the repository.
blog
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
trybuild.rs
blob: 870c2f95ec1b73c28947189210eb41dadff72f06 (
plain
) (
blame
)
1
2
3
4
5
#[test]
fn
ui
()
{
let
t
=
trybuild
::
TestCases
::
new
();
t
.
compile_fail
(
"tests/ui/*.rs"
);
}