This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-04-29 19:47:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
14e59bb317
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 12:18:55 +00:00
// run-pass
Add test for assert_eq! with none Sized types
2015-11-11 22:08:20 +00:00
pub
fn
main
(
)
{
assert_eq!
(
[
1
,
2
,
3
]
[
..
]
,
vec!
[
1
,
2
,
3
]
[
..
]
)
;
}
Reference in New Issue
Copy Permalink