about summary refs log tree commit diff
path: root/tests/ui/methods/call_method_unknown_pointee.rs
AgeCommit message (Collapse)AuthorLines
2024-03-20Use the more informative generic type inference failure error on method ↵Oli Scherer-4/+4
calls on raw pointers
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-1/+1
2023-05-26improve error message for calling a method on a raw pointer with an unknown ↵asquared31415-0/+28
pointee, and add some tests