Skip to content

Commit ebe155a

Browse files
committed
fix typo in comment
1 parent c92aefc commit ebe155a

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_builtin_macros/src

1 file changed

+1
-1
lines changed

compiler/rustc_builtin_macros/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ pub(crate) fn expand_test_or_bench(
207207
};
208208

209209
let test_fn = if is_bench {
210-
// A simple ident for a lambda, using the user's function name within it to avoid collisons.
210+
// A simple ident for a lambda, using the user's function name within it to avoid collisions.
211211
let param_name = format!("__bench_{}", fn_.ident.name);
212212
let bencher_param = Ident::new(Symbol::intern(&param_name), attr_sp);
213213
cx.expr_call(

0 commit comments

Comments
 (0)