diff options
Diffstat (limited to 'tests/ui/implicit-method-bind.rs')
| -rw-r--r-- | tests/ui/implicit-method-bind.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/implicit-method-bind.rs b/tests/ui/implicit-method-bind.rs deleted file mode 100644 index 5e27516a89a..00000000000 --- a/tests/ui/implicit-method-bind.rs +++ /dev/null @@ -1,3 +0,0 @@ -fn main() { - let _f = 10i32.abs; //~ ERROR attempted to take value of method -} |
