diff options
| author | Arthur Carcano <arthur.carcano@ocamlpro.com> | 2024-12-13 12:32:35 +0100 |
|---|---|---|
| committer | Arthur Carcano <arthur.carcano@ocamlpro.com> | 2024-12-13 13:07:07 +0100 |
| commit | af530c4927d4b6018662c092ebcf629f17eb7191 (patch) | |
| tree | 965f4e4ef3e35e39611cce4a7b3cc0df3f3d60f2 /tests/crashes | |
| parent | 3da8bfb87f2bdcff56ed845383aa1c4fcd2c8705 (diff) | |
| download | rust-af530c4927d4b6018662c092ebcf629f17eb7191.tar.gz rust-af530c4927d4b6018662c092ebcf629f17eb7191.zip | |
Use a more precise span in placeholder_type_error_diag
Closes: https://github.com/rust-lang/rust/issues/123861
Diffstat (limited to 'tests/crashes')
| -rw-r--r-- | tests/crashes/123861.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/crashes/123861.rs b/tests/crashes/123861.rs deleted file mode 100644 index 60245960af0..00000000000 --- a/tests/crashes/123861.rs +++ /dev/null @@ -1,5 +0,0 @@ -//@ known-bug: #123861 -//@ needs-rustc-debug-assertions - -struct _; -fn mainIterator<_ = _> {} |
