This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-06-01 22:18:23 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3fff5e94ebf772f8485aaa2bda2ea36be766fdb3
rust
/
tests
/
data
/
parser
/
inline
/
0074_unary_expr.rs
T
Aleksey Kladov
9ef9ec9ec3
Simplify tests
2018-08-07 14:57:19 +03:00
6 lines
44 B
Rust
Raw
Blame
History
fn
foo
(
)
{
*
*
&
1
;
!
!
true
;
-
-
1
;
}
Reference in New Issue
View Git Blame
Copy Permalink