Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c7352e6

Browse files
committedSep 5, 2013
regression test for #7740.
1 parent 41e7924 commit c7352e6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
 
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
// Copyright 2013 The Rust Project Developers. See the COPYRIGHT
2+
// file at the top-level directory of this distribution and at
3+
// http://rust-lang.org/COPYRIGHT.
4+
//
5+
// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6+
// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7+
// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8+
// option. This file may not be copied, modified, or distributed
9+
// except according to those terms.
10+
11+
// Regression test for issue #7740
12+
13+
fn main() {
14+
static A: &'static char = &'A';
15+
}

5 commit comments

Comments
 (5)

bors commented on Sep 5, 2013

@bors
Collaborator

saw approval from nikomatsakis
at pnkfelix@c7352e6

bors commented on Sep 5, 2013

@bors
Collaborator

merging pnkfelix/rust/fsk-fix-7740-dont-recur-on-items-during-gather-loans-of-block = c7352e6 into auto

bors commented on Sep 5, 2013

@bors
Collaborator

pnkfelix/rust/fsk-fix-7740-dont-recur-on-items-during-gather-loans-of-block = c7352e6 merged ok, testing candidate = 510c4d8

bors commented on Sep 5, 2013

@bors
Collaborator

fast-forwarding master to auto = 510c4d8

Please sign in to comment.