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
rust
/
src
/
test
/
incremental
/
span_hash_stable
/
auxiliary
/
sub1.rs
6 lines
104 B
Rust
Raw
Normal View
History
Unescape
Escape
Replace `Hir` with `hir_owner` in tests
2020-02-12 16:00:15 +01:00
#[
rustc_clean(label=
"
hir_owner
"
, cfg=
"
rpass2
"
)
]
incr.comp. Add tests for stable span hashing.
2016-08-26 16:31:02 -04:00
pub
struct
SomeType
{
pub
x
:
u32
,
pub
y
:
i64
,
}
Reference in New Issue
Copy Permalink