We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92aefc commit ebe155aCopy full SHA for ebe155a
compiler/rustc_builtin_macros/src/test.rs
@@ -207,7 +207,7 @@ pub(crate) fn expand_test_or_bench(
207
};
208
209
let test_fn = if is_bench {
210
- // A simple ident for a lambda, using the user's function name within it to avoid collisons.
+ // A simple ident for a lambda, using the user's function name within it to avoid collisions.
211
let param_name = format!("__bench_{}", fn_.ident.name);
212
let bencher_param = Ident::new(Symbol::intern(¶m_name), attr_sp);
213
cx.expr_call(
0 commit comments