Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/hir-ty/src/tests/method_resolution.rs')
| -rw-r--r-- | crates/hir-ty/src/tests/method_resolution.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/hir-ty/src/tests/method_resolution.rs b/crates/hir-ty/src/tests/method_resolution.rs index fc8c1f8164..4291c9ba18 100644 --- a/crates/hir-ty/src/tests/method_resolution.rs +++ b/crates/hir-ty/src/tests/method_resolution.rs @@ -1193,7 +1193,7 @@ fn test() { 123..167 '{ ...o(); }': () 133..134 's': &'? S 137..151 'unsafe { f() }': &'? S - 146..147 'f': fn f() -> &'static S + 146..147 'f': extern "C" fn f() -> &'static S 146..149 'f()': &'static S 157..158 's': &'? S 157..164 's.foo()': bool |