From e2edee4da07032de72ac930df1453780dbe73f3b Mon Sep 17 00:00:00 2001 From: Scott McMurray Date: Tue, 18 May 2021 11:48:00 -0700 Subject: No matter how trivial the change, tidy always finds a way to complain... --- src/test/codegen/try_identity.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/codegen') diff --git a/src/test/codegen/try_identity.rs b/src/test/codegen/try_identity.rs index 0363b9dd19e..3ff77163b9f 100644 --- a/src/test/codegen/try_identity.rs +++ b/src/test/codegen/try_identity.rs @@ -9,8 +9,8 @@ type R = Result; // This was written to the `?` from `try_trait`, but `try_trait_v2` uses a different structure, // so the relevant desugar is copied inline in order to keep the test testing the same thing. -// FIXME(#85133): while this might be useful for `r#try!`, it would be nice to have a MIR optimization -// that picks up the `?` desugaring, as `SimplifyArmIdentity` does not. See #85133 +// FIXME(#85133): while this might be useful for `r#try!`, it would be nice to have a MIR +// optimization that picks up the `?` desugaring, as `SimplifyArmIdentity` does not. #[no_mangle] pub fn try_identity(x: R) -> R { // CHECK: start: -- cgit 1.4.1-3-g733a5