rust-analyzer/crates/completion/src
Aleksey Kladov 8dc68ecdfc Introduce more appropriate assertion mechanism
rust-analyzer is a long-running program, so we *should* handle assertion
failures.

See also https://www.sqlite.org/assert.html.
2021-01-14 18:25:19 +03:00
..
completions Introduce more appropriate assertion mechanism 2021-01-14 18:25:19 +03:00
render Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
completions.rs Make the result of Const, FunctionRender and TypeAliasRender constructors optional 2021-01-02 21:53:52 +11:00
config.rs Align config's API with usage 2021-01-06 21:22:24 +03:00
context.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
generated_lint_completions.rs Reorganize completions structure 2020-10-25 10:59:15 +03:00
item.rs Introduce more appropriate assertion mechanism 2021-01-14 18:25:19 +03:00
lib.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
patterns.rs Replace SyntaxKind usage with T! macro where applicable 2021-01-10 17:14:01 +01:00
render.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00
test_utils.rs Change <|> to $0 - Rebase 2021-01-07 12:09:23 +00:00