Skip to content

Commit 63fb7c6

Browse files
committed
comments only
1 parent 3e99309 commit 63fb7c6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/libsyntax/ext/expand.rs

+2-3
Original file line numberDiff line numberDiff line change
@@ -1377,10 +1377,9 @@ mod test {
13771377
// but *shouldn't* bind because it was inserted by a different macro....
13781378
// can't write this test case until we have macro-generating macros.
13791379

1380-
// lambda var hygiene
1380+
// item fn hygiene
13811381
// expands to fn q(x_1:int){fn g(x_2:int){x_2 + x_1};}
1382-
#[test]
1383-
fn issue_9383(){
1382+
#[test] fn issue_9383(){
13841383
run_renaming_test(
13851384
&("macro_rules! bad_macro (($ex:expr) => (fn g(x:int){ x + $ex }))
13861385
fn q(x:int) { bad_macro!(x); }",

0 commit comments

Comments
 (0)