rust/tests/ui/offset-of
est31 1b90f5efaf Support float-like tuple indices in offset_of!()
The tokenizer gives us whole float literal tokens, we have to split them up
in order to be able to create field access from them.
2023-06-08 23:42:58 +02:00
..
auxiliary
offset-of-arg-count.rs
offset-of-arg-count.stderr
offset-of-builtin.rs
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 Check tuple elements are Sized in offset_of 2023-06-02 01:18:59 +00:00
offset-of-enum.rs
offset-of-enum.stderr
offset-of-inference.rs
offset-of-inference.stderr
offset-of-output-type.rs
offset-of-output-type.stderr
offset-of-private.rs
offset-of-private.stderr
offset-of-self.rs
offset-of-self.stderr
offset-of-tuple-nested.rs Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-tuple.rs Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-tuple.stderr Support float-like tuple indices in offset_of!() 2023-06-08 23:42:58 +02:00
offset-of-unsized.rs Check tuple elements are Sized in offset_of 2023-06-02 01:18:59 +00:00
offset-of-unstable-with-feature.rs
offset-of-unstable.rs
offset-of-unstable.stderr