Closed
Description
src/comp/syntax/ext/qquote.rs:200:4: 200:16 error: this function takes 2 parameters but 1 parameter was supplied
src/comp/syntax/ext/qquote.rs:200 iter::each() {|ch|
^~~~~~~~~~~~
src/comp/syntax/ext/qquote.rs:200:4: 200:14 error: could not determine a type for a bounded type parameter
src/comp/syntax/ext/qquote.rs:200 iter::each() {|ch|
^~~~~~~~~~
Looks to me like the second error is useless.