We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fd49c commit d453198Copy full SHA for d453198
src/tools/rust-analyzer/crates/syntax/src/ast/edit_in_place.rs
@@ -121,7 +121,7 @@ impl ast::Fn {
121
let elements = vec![
122
make::token(SyntaxKind::L_ANGLE).into(),
123
new_param.syntax().clone().into(),
124
- make::token(T![>]).into(),
+ make::token(SyntaxKind::R_ANGLE).into(),
125
];
126
editor.insert_all(position, elements);
127
}
0 commit comments