rust/tests
est31 30c0e4e72b Add more tests for the offset_of!() macro
* ensuring that offset_of!(Self, ...) works iff inside an impl block
* ensuring that the output type is usize and doesn't coerce. this can be
  changed in the future, but if it is done, it should be a conscious descision
* improving the privacy checking test
* ensuring that generics don't let you escape the unsized check
2023-05-18 13:16:17 +02:00
..
assembly
auxiliary
codegen Auto merge of #111556 - cjgillot:copy-prop-nrvo, r=oli-obk 2023-05-16 22:27:08 +00:00
codegen-units
debuginfo
incremental
mir-opt Auto merge of #111630 - BoxyUwU:ty_const_debug_formatting, r=compiler-errors 2023-05-17 03:37:54 +00:00
pretty
run-make
run-make-fulldeps
run-pass-valgrind
rustdoc Add regression test for #111415 2023-05-16 14:35:46 +02:00
rustdoc-gui
rustdoc-js
rustdoc-js-std
rustdoc-json
rustdoc-ui
ui Add more tests for the offset_of!() macro 2023-05-18 13:16:17 +02:00
ui-fulldeps
COMPILER_TESTS.md