index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-pass
/
structured-compare-recursive.rs
blob: 15ddba8465f1bd16c491b868f89a2028370028ec (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
tag
taggy
{
foo
(
@
taggy
);
bar
;
}
fn
main
()
{
assert
(
bar
<=
bar
);
}