Skip to content

Commit

Permalink
added run-pass test from issue #9110
Browse files Browse the repository at this point in the history
  • Loading branch information
jbclements committed Sep 12, 2013
1 parent e9832d4 commit de5b9b9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/test/run-pass/issue-9110.rs
@@ -0,0 +1,22 @@
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
// file at the top-level directory of this distribution and at
// http://rust-lang.org/COPYRIGHT.
//
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
// option. This file may not be copied, modified, or distributed
// except according to those terms.

macro_rules! silly_macro(
() => (
pub mod Qux {
pub struct Foo { x : u8 }
pub fn bar(_foo : Foo) {}
}
);
)

silly_macro!()

fn main() {}

5 comments on commit de5b9b9

@bors
Copy link
Contributor

@bors bors commented on de5b9b9 Sep 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from erickt
at jbclements@de5b9b9

@bors
Copy link
Contributor

@bors bors commented on de5b9b9 Sep 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging jbclements/rust/let-var-hygiene = de5b9b9 into auto

@bors
Copy link
Contributor

@bors bors commented on de5b9b9 Sep 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jbclements/rust/let-var-hygiene = de5b9b9 merged ok, testing candidate = 248765a

@bors
Copy link
Contributor

@bors bors commented on de5b9b9 Sep 12, 2013

@bors
Copy link
Contributor

@bors bors commented on de5b9b9 Sep 12, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 248765a

Please sign in to comment.