11error: I see you're using a LinkedList! Perhaps you meant some other data structure?
2- --> $DIR/dlist.rs:10 :16
2+ --> $DIR/dlist.rs:9 :16
33 |
44LL | type Baz = LinkedList<u8>;
55 | ^^^^^^^^^^^^^^
@@ -8,39 +8,39 @@ LL | type Baz = LinkedList<u8>;
88 = help: a VecDeque might work
99
1010error: I see you're using a LinkedList! Perhaps you meant some other data structure?
11- --> $DIR/dlist.rs:11 :12
11+ --> $DIR/dlist.rs:10 :12
1212 |
1313LL | fn foo(LinkedList<u8>);
1414 | ^^^^^^^^^^^^^^
1515 |
1616 = help: a VecDeque might work
1717
1818error: I see you're using a LinkedList! Perhaps you meant some other data structure?
19- --> $DIR/dlist.rs:12 :23
19+ --> $DIR/dlist.rs:11 :23
2020 |
2121LL | const BAR: Option<LinkedList<u8>>;
2222 | ^^^^^^^^^^^^^^
2323 |
2424 = help: a VecDeque might work
2525
2626error: I see you're using a LinkedList! Perhaps you meant some other data structure?
27- --> $DIR/dlist.rs:23 :15
27+ --> $DIR/dlist.rs:22 :15
2828 |
2929LL | fn foo(_: LinkedList<u8>) {}
3030 | ^^^^^^^^^^^^^^
3131 |
3232 = help: a VecDeque might work
3333
3434error: I see you're using a LinkedList! Perhaps you meant some other data structure?
35- --> $DIR/dlist.rs:26 :39
35+ --> $DIR/dlist.rs:25 :39
3636 |
3737LL | pub fn test(my_favourite_linked_list: LinkedList<u8>) {
3838 | ^^^^^^^^^^^^^^
3939 |
4040 = help: a VecDeque might work
4141
4242error: I see you're using a LinkedList! Perhaps you meant some other data structure?
43- --> $DIR/dlist.rs:30 :29
43+ --> $DIR/dlist.rs:29 :29
4444 |
4545LL | pub fn test_ret() -> Option<LinkedList<u8>> {
4646 | ^^^^^^^^^^^^^^
0 commit comments