diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-02-29 20:10:08 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2020-02-29 20:47:10 +0300 |
| commit | e94d3b70cb495df83230cff9ef5bb00f235883e4 (patch) | |
| tree | 8e00decea40c5a6ad9dbb7fe0809c79357361adf /src/libsyntax/ast/tests.rs | |
| parent | e9bca510fe17354f876aa289bb39d347d7c69c69 (diff) | |
| download | rust-e94d3b70cb495df83230cff9ef5bb00f235883e4.tar.gz rust-e94d3b70cb495df83230cff9ef5bb00f235883e4.zip | |
Move directory `libsyntax` -> `librustc_ast`
Diffstat (limited to 'src/libsyntax/ast/tests.rs')
| -rw-r--r-- | src/libsyntax/ast/tests.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libsyntax/ast/tests.rs b/src/libsyntax/ast/tests.rs deleted file mode 100644 index 7558e9cc3a3..00000000000 --- a/src/libsyntax/ast/tests.rs +++ /dev/null @@ -1,8 +0,0 @@ -use super::*; - -// Are ASTs encodable? -#[test] -fn check_asts_encodable() { - fn assert_encodable<T: rustc_serialize::Encodable>() {} - assert_encodable::<Crate>(); -} |
