diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-17 12:19:13 +0000 |
commit | 218caa410aa38c29984be31a5229b9fa717560ee (patch) | |
tree | c54bd55eeb6e4c508940a30e94c0032fbd45d677 /tests/ui/impl-header-lifetime-elision | |
parent | Releasing progress-linux version 1.67.1+dfsg1-1~progress7.99u1. (diff) | |
download | rustc-218caa410aa38c29984be31a5229b9fa717560ee.tar.xz rustc-218caa410aa38c29984be31a5229b9fa717560ee.zip |
Merging upstream version 1.68.2+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/assoc-type.rs (renamed from src/test/ui/impl-header-lifetime-elision/assoc-type.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/assoc-type.stderr (renamed from src/test/ui/impl-header-lifetime-elision/assoc-type.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs (renamed from src/test/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/dyn-trait.rs (renamed from src/test/ui/impl-header-lifetime-elision/dyn-trait.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/dyn-trait.stderr (renamed from src/test/ui/impl-header-lifetime-elision/dyn-trait.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs (renamed from src/test/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/inherent-impl.rs (renamed from src/test/ui/impl-header-lifetime-elision/inherent-impl.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/path-elided.rs (renamed from src/test/ui/impl-header-lifetime-elision/path-elided.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/path-elided.stderr (renamed from src/test/ui/impl-header-lifetime-elision/path-elided.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/path-underscore.rs (renamed from src/test/ui/impl-header-lifetime-elision/path-underscore.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/ref-underscore.rs (renamed from src/test/ui/impl-header-lifetime-elision/ref-underscore.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/trait-elided.rs (renamed from src/test/ui/impl-header-lifetime-elision/trait-elided.rs) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/trait-elided.stderr (renamed from src/test/ui/impl-header-lifetime-elision/trait-elided.stderr) | 0 | ||||
-rw-r--r-- | tests/ui/impl-header-lifetime-elision/trait-underscore.rs (renamed from src/test/ui/impl-header-lifetime-elision/trait-underscore.rs) | 0 |
14 files changed, 0 insertions, 0 deletions
diff --git a/src/test/ui/impl-header-lifetime-elision/assoc-type.rs b/tests/ui/impl-header-lifetime-elision/assoc-type.rs index b0089a37a..b0089a37a 100644 --- a/src/test/ui/impl-header-lifetime-elision/assoc-type.rs +++ b/tests/ui/impl-header-lifetime-elision/assoc-type.rs diff --git a/src/test/ui/impl-header-lifetime-elision/assoc-type.stderr b/tests/ui/impl-header-lifetime-elision/assoc-type.stderr index c4f27e0b8..c4f27e0b8 100644 --- a/src/test/ui/impl-header-lifetime-elision/assoc-type.stderr +++ b/tests/ui/impl-header-lifetime-elision/assoc-type.stderr diff --git a/src/test/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs b/tests/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs index 929b82bfc..929b82bfc 100644 --- a/src/test/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs +++ b/tests/ui/impl-header-lifetime-elision/constant-used-as-arraylen.rs diff --git a/src/test/ui/impl-header-lifetime-elision/dyn-trait.rs b/tests/ui/impl-header-lifetime-elision/dyn-trait.rs index 359c08c98..359c08c98 100644 --- a/src/test/ui/impl-header-lifetime-elision/dyn-trait.rs +++ b/tests/ui/impl-header-lifetime-elision/dyn-trait.rs diff --git a/src/test/ui/impl-header-lifetime-elision/dyn-trait.stderr b/tests/ui/impl-header-lifetime-elision/dyn-trait.stderr index 762698c4f..762698c4f 100644 --- a/src/test/ui/impl-header-lifetime-elision/dyn-trait.stderr +++ b/tests/ui/impl-header-lifetime-elision/dyn-trait.stderr diff --git a/src/test/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs b/tests/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs index 6301ac4a3..6301ac4a3 100644 --- a/src/test/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs +++ b/tests/ui/impl-header-lifetime-elision/explicit-and-elided-same-header.rs diff --git a/src/test/ui/impl-header-lifetime-elision/inherent-impl.rs b/tests/ui/impl-header-lifetime-elision/inherent-impl.rs index 9d7b2f2d0..9d7b2f2d0 100644 --- a/src/test/ui/impl-header-lifetime-elision/inherent-impl.rs +++ b/tests/ui/impl-header-lifetime-elision/inherent-impl.rs diff --git a/src/test/ui/impl-header-lifetime-elision/path-elided.rs b/tests/ui/impl-header-lifetime-elision/path-elided.rs index 40a52efc7..40a52efc7 100644 --- a/src/test/ui/impl-header-lifetime-elision/path-elided.rs +++ b/tests/ui/impl-header-lifetime-elision/path-elided.rs diff --git a/src/test/ui/impl-header-lifetime-elision/path-elided.stderr b/tests/ui/impl-header-lifetime-elision/path-elided.stderr index 0b7d3f1e8..0b7d3f1e8 100644 --- a/src/test/ui/impl-header-lifetime-elision/path-elided.stderr +++ b/tests/ui/impl-header-lifetime-elision/path-elided.stderr diff --git a/src/test/ui/impl-header-lifetime-elision/path-underscore.rs b/tests/ui/impl-header-lifetime-elision/path-underscore.rs index f39ba5733..f39ba5733 100644 --- a/src/test/ui/impl-header-lifetime-elision/path-underscore.rs +++ b/tests/ui/impl-header-lifetime-elision/path-underscore.rs diff --git a/src/test/ui/impl-header-lifetime-elision/ref-underscore.rs b/tests/ui/impl-header-lifetime-elision/ref-underscore.rs index 5be04d08a..5be04d08a 100644 --- a/src/test/ui/impl-header-lifetime-elision/ref-underscore.rs +++ b/tests/ui/impl-header-lifetime-elision/ref-underscore.rs diff --git a/src/test/ui/impl-header-lifetime-elision/trait-elided.rs b/tests/ui/impl-header-lifetime-elision/trait-elided.rs index c3e76d9cb..c3e76d9cb 100644 --- a/src/test/ui/impl-header-lifetime-elision/trait-elided.rs +++ b/tests/ui/impl-header-lifetime-elision/trait-elided.rs diff --git a/src/test/ui/impl-header-lifetime-elision/trait-elided.stderr b/tests/ui/impl-header-lifetime-elision/trait-elided.stderr index 412bba6be..412bba6be 100644 --- a/src/test/ui/impl-header-lifetime-elision/trait-elided.stderr +++ b/tests/ui/impl-header-lifetime-elision/trait-elided.stderr diff --git a/src/test/ui/impl-header-lifetime-elision/trait-underscore.rs b/tests/ui/impl-header-lifetime-elision/trait-underscore.rs index 3e13b0426..3e13b0426 100644 --- a/src/test/ui/impl-header-lifetime-elision/trait-underscore.rs +++ b/tests/ui/impl-header-lifetime-elision/trait-underscore.rs |