about summary refs log tree commit diff
path: root/tests/ui/implicit-method-bind.rs
diff options
context:
space:
mode:
authorKivooeo <Kivooeo123@gmail.com>2025-06-12 18:29:22 +0500
committerKivooeo <Kivooeo123@gmail.com>2025-06-28 16:24:17 +0500
commitaac948b702737e8ead5e800bd9f5dd03b5b6b534 (patch)
treea49fccae1c21e5d7b11203c1d4f338d5429cb2ca /tests/ui/implicit-method-bind.rs
parentfd50e1012f79eb93f661adc6f276335e4cfb34ea (diff)
downloadrust-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.rs3
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
-}