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
/
tests
/
ui
/
offset-of
History
…
..
auxiliary
…
offset-of-arg-count.rs
don't skip inference for type in
offset_of!
2023-05-20 15:20:27 +02:00
offset-of-arg-count.stderr
Migrate offset_of from a macro to builtin # syntax
2023-05-05 21:44:13 +02:00
offset-of-builtin.rs
Add feature gate
2023-05-05 21:44:48 +02:00
offset-of-builtin.stderr
…
offset-of-dst-field.rs
Check tuple elements are
Sized
in
offset_of
2023-06-02 01:18:59 +00:00
offset-of-dst-field.stderr
…
offset-of-enum.rs
…
offset-of-enum.stderr
major test improvements
2023-04-21 02:45:48 -07:00
offset-of-inference.rs
…
offset-of-inference.stderr
…
offset-of-must-use.rs
…
offset-of-must-use.stderr
…
offset-of-output-type.rs
…
offset-of-output-type.stderr
…
offset-of-private.rs
Add more tests for the offset_of!() macro
2023-05-18 13:16:17 +02:00
offset-of-private.stderr
…
offset-of-self.rs
Add more tests for the offset_of!() macro
2023-05-18 13:16:17 +02:00
offset-of-self.stderr
Add more tests for the offset_of!() macro
2023-05-18 13:16:17 +02:00
offset-of-tuple-nested.rs
…
offset-of-tuple.rs
Support float-like tuple indices in offset_of!()
2023-06-08 23:42:58 +02:00
offset-of-tuple.stderr
…
offset-of-unsized.rs
…
offset-of-unstable-with-feature.rs
…
offset-of-unstable.rs
…
offset-of-unstable.stderr
…