mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 22:13:39 +00:00
b2b94cbf71
3147: Check that impl self type matches up with expected self type in path mode r=matklad a=flodiebold Fixes #3144. Co-authored-by: Florian Diebold <flodiebold@gmail.com>
11 lines
297 B
Rust
11 lines
297 B
Rust
//! See test_utils/src/marks.rs
|
|
|
|
test_utils::marks!(
|
|
type_var_cycles_resolve_completely
|
|
type_var_cycles_resolve_as_possible
|
|
type_var_resolves_to_int_var
|
|
impl_self_type_match_without_receiver
|
|
match_ergonomics_ref
|
|
coerce_merge_fail_fallback
|
|
trait_self_implements_self
|
|
);
|