diff options
| author | bors <bors@rust-lang.org> | 2014-03-21 07:06:49 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-03-21 07:06:49 -0700 |
| commit | a0f943cd3a653064f8e25e408b6bf02e81bb4a1b (patch) | |
| tree | 799db68c952b9713635668ae8e45906e823b6652 /src/libsyntax | |
| parent | caf17fea06bdf3d1540aded41a161f04a8c5a2c9 (diff) | |
| parent | db5206c32a879d5058d6a5cdce39c13c763fbdd5 (diff) | |
| download | rust-a0f943cd3a653064f8e25e408b6bf02e81bb4a1b.tar.gz rust-a0f943cd3a653064f8e25e408b6bf02e81bb4a1b.zip | |
auto merge of #12654 : edwardw/rust/rc-arc, r=huonw
Since `Arc` has been using `Atomic`, this closes 12625. Closes #12625.
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/ast.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index d1d9ae2322d..baea0a19f96 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -1156,14 +1156,6 @@ mod test { use codemap::*; use super::*; - fn is_freeze<T: Freeze>() {} - - // Assert that the AST remains Freeze (#10693). - #[test] - fn ast_is_freeze() { - is_freeze::<Item>(); - } - // are ASTs encodable? #[test] fn check_asts_encodable() { |
