about summary refs log tree commit diff
path: root/tests/ui/rfcs
diff options
context:
space:
mode:
authorMichael Goulet <michael@errs.io>2024-02-27 16:02:19 +0000
committerMichael Goulet <michael@errs.io>2024-02-27 17:43:40 +0000
commit1feef44daf4de5ab35c0bf1eea0f3a54c59cf49c (patch)
treeededbe7afbc8f3ca998d8084dec5f195213615a7 /tests/ui/rfcs
parentb6e4299415646106095a7c3ca71aba9d174ee4ea (diff)
downloadrust-1feef44daf4de5ab35c0bf1eea0f3a54c59cf49c.tar.gz
rust-1feef44daf4de5ab35c0bf1eea0f3a54c59cf49c.zip
rename RPITIT from opaque to synthetic
Diffstat (limited to 'tests/ui/rfcs')
-rw-r--r--tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr b/tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr
index 3fbbfd0fd0d..b17700ec632 100644
--- a/tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr
+++ b/tests/ui/rfcs/rfc-1937-termination-trait/issue-103052-2.stderr
@@ -4,11 +4,11 @@ error[E0277]: the trait bound `Something: Termination` is not satisfied
 LL |         fn main() -> Something {
    |                      ^^^^^^^^^ the trait `Termination` is not implemented for `Something`
    |
-note: required by a bound in `Main::{opaque#0}`
+note: required by a bound in `Main::{synthetic#0}`
   --> $DIR/issue-103052-2.rs:5:27
    |
 LL |         fn main() -> impl std::process::Termination;
-   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Main::{opaque#0}`
+   |                           ^^^^^^^^^^^^^^^^^^^^^^^^^ required by this bound in `Main::{synthetic#0}`
 
 error: aborting due to 1 previous error