We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c7bf11 commit c27de39Copy full SHA for c27de39
1 file changed
testdata/rust2/src/entity/inter.rs
@@ -35,14 +35,14 @@ pub trait Addable {
35
36
pub struct AnyInt(i64);
37
38
-impl AnyInt {
39
- pub fn id() -> i64 {
40
- 0
41
- }
42
- pub fn add(&self, b: i64) -> i64 {
43
- self.0 + b
44
45
-}
+//impl AnyInt {
+// pub fn id() -> i64 {
+// 0
+// }
+// pub fn add(&self, b: i64) -> i64 {
+// self.0 + b
+//}
46
47
impl Addable for AnyInt {
48
fn add(&self, b: i64) -> i64 {
0 commit comments