This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
2d45df3caa
rust
/
tests
/
ui
/
macros
/
assert-eq-macro-unsized.rs
5 lines
80 B
Rust
Raw
Normal View
History
Unescape
Escape
Add `// run-pass` annotations to all the tests under `ui/run-pass/`. (I may have accidentally added it to some auxilliary crates as well; my emacs-macro-based methodology was pretty crude.)
2018-08-30 07:18:55 -05:00
// run-pass
Add test for assert_eq! with none Sized types
2015-11-11 16:08:20 -06:00
pub
fn
main
(
)
{
assert_eq!
(
[
1
,
2
,
3
]
[
..
]
,
vec!
[
1
,
2
,
3
]
[
..
]
)
;
}
Reference in New Issue
Copy Permalink