rust-analyzer/crates/ide-completion/src
bors 095926ea6f Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril
Always show error lifetime arguments as `'_`

Fixes #17947

Changed error lifetime argument presentation in non-test environment to `'_` and now showing them even if all of args are error lifetimes.

This also influenced some of the other tests like `extract_function.rs`, `predicate.rs` and `type_pos.rs`. Not sure whether I need to refrain from adding lifetimes args there. Happy to fix if needed
2024-08-26 10:06:21 +00:00
..
completions Modify hacks::parse_expr_from_str() to take an edition too 2024-08-24 23:46:32 +03:00
context Properly account for editions in names 2024-08-16 16:46:24 +03:00
render Properly account for editions in names 2024-08-16 16:46:24 +03:00
tests Show and render error lifetime args as '_ 2024-08-26 12:19:42 +03:00
completions.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
config.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
context.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
item.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
lib.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
render.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00
snippet.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
tests.rs Properly account for editions in names 2024-08-16 16:46:24 +03:00