rust-analyzer/crates/parser/src/grammar
Steven Joruk 8a28430676 refactor: Rename and move const_arg_path
It wasn't testing the `const_arg` code path, it was actually hitting
const_param's default value code path, so move it to the right place
and rename it.
2022-03-11 22:28:38 +00:00
..
expressions Parse destructuring assignment 2022-03-02 01:51:25 +00:00
items Switch parser to use tokens 2021-12-12 16:54:09 +03:00
attributes.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
expressions.rs Parse destructuring assignment 2022-03-02 01:51:25 +00:00
generic_args.rs refactor: Rename and move const_arg_path 2022-03-11 22:28:38 +00:00
generic_params.rs refactor: Rename and move const_arg_path 2022-03-11 22:28:38 +00:00
items.rs Add support for new where clause location in associated types. 2022-03-10 18:21:29 +01:00
params.rs Add semicolons for consistency 2021-10-03 23:39:43 +11:00
paths.rs fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00
patterns.rs fix: parse the range pat inside the tuple pat 2021-11-18 11:11:37 +08:00
types.rs fix: Recognize Self as a proper keyword 2022-03-05 23:20:06 +01:00