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-05-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
300901b705
rust
/
tests
/
ui
/
chalkify
/
assert.rs
7 lines
89 B
Rust
Raw
Normal View
History
Unescape
Escape
Update chalk tests
2022-02-09 10:19:31 +00:00
// run-pass
Update tests, etc
2023-01-02 23:18:00 +00:00
// compile-flags: -Z trait-solver=chalk
Update chalk tests
2022-02-09 10:19:31 +00:00
fn
main
(
)
{
assert_eq!
(
1
,
1
)
;
}
Reference in New Issue
Copy Permalink