diff options
| author | Kivooeo <Kivooeo123@gmail.com> | 2025-06-12 18:29:22 +0500 |
|---|---|---|
| committer | Kivooeo <Kivooeo123@gmail.com> | 2025-06-28 16:24:17 +0500 |
| commit | aac948b702737e8ead5e800bd9f5dd03b5b6b534 (patch) | |
| tree | a49fccae1c21e5d7b11203c1d4f338d5429cb2ca /tests/ui/implicit-method-bind.rs | |
| parent | fd50e1012f79eb93f661adc6f276335e4cfb34ea (diff) | |
| download | rust-aac948b702737e8ead5e800bd9f5dd03b5b6b534.tar.gz rust-aac948b702737e8ead5e800bd9f5dd03b5b6b534.zip | |
cleaned up some tests
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 -} |
