From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id 4A29C383A61B; Wed, 8 Jun 2022 10:46:28 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4A29C383A61B Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Fix formatting X-Act-Checkin: gcc X-Git-Author: YizhePKU X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 5c14e5f9c7262336bf11dfede6277dd727b83010 X-Git-Newrev: f2941c7d59f8282d2bc3a346277338fa96027e43 Message-Id: <20220608104628.4A29C383A61B@sourceware.org> Date: Wed, 8 Jun 2022 10:46:28 +0000 (GMT) X-BeenThere: gcc-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2022 10:46:28 -0000 https://gcc.gnu.org/g:f2941c7d59f8282d2bc3a346277338fa96027e43 commit f2941c7d59f8282d2bc3a346277338fa96027e43 Author: YizhePKU Date: Fri Apr 9 02:54:10 2021 +0000 Fix formatting Diff: --- gcc/rust/parse/rust-parse-impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/rust/parse/rust-parse-impl.h b/gcc/rust/parse/rust-parse-impl.h index c14863a5d72..96971697896 100644 --- a/gcc/rust/parse/rust-parse-impl.h +++ b/gcc/rust/parse/rust-parse-impl.h @@ -4896,7 +4896,7 @@ Parser::parse_trait_type ( const_TokenPtr ident_tok = expect_token (IDENTIFIER); Identifier ident = ident_tok->get_str (); - std::vector > bounds; + std::vector> bounds; // parse optional colon if (lexer.peek_token ()->get_id () == COLON)