rust/src/test/ui/tuple
Aaron Hill 0dd9f118d9
Show macro name in 'this error originates in macro' message
When there are multiple macros in use, it can be difficult to tell
which one was responsible for producing an error.
2021-05-12 19:03:06 -04:00
..
tuple-struct-fields Show macro name in 'this error originates in macro' message 2021-05-12 19:03:06 -04:00
index-float.rs Add some requested tests 2020-07-02 21:05:18 +03:00
index-invalid.rs Add test for errors triggered on parts of decomposed index 2020-07-02 20:35:50 +03:00
index-invalid.stderr rustc_parse: More precise spans for tuple.0.0 2020-10-11 02:33:49 +03:00
indexing-in-macro.rs Update dtolnay's tests that now work 2020-07-02 20:35:50 +03:00
nested-index.rs Test a range, which is not nested indexing 2020-07-02 20:35:50 +03:00
one-tuple.rs Move some tests to more reasonable directories 2021-02-16 21:22:21 -03:00
tup.rs Move some tests to more suitable subdirs 2021-03-06 18:24:53 +09:00
tuple-arity-mismatch.rs Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
tuple-arity-mismatch.stderr Specific labels when referring to "expected" and "found" types 2019-11-18 11:02:22 -08:00
tuple-index-not-tuple.rs
tuple-index-not-tuple.stderr use structured suggestions for nonexistent fields 2018-12-31 12:52:30 -05:00
tuple-index-out-of-bounds.rs
tuple-index-out-of-bounds.stderr use structured suggestions for nonexistent fields 2018-12-31 12:52:30 -05:00