diff options
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() { |
