diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-04 09:29:21 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2018-02-04 09:29:21 +0000 |
commit | 5e5313a7c71d8aa873b418575f56d23b2eac6e7f (patch) | |
tree | 29e5405764acd85642119740e56cde2cb2c2eb5b /tests/data/parser/inline/0005_extern_crate.rs | |
parent | 75b59bf519b8dcf1a89327d871dab2c98af61ed9 (diff) | |
parent | 003ea633e9e9fbd3e30aec2c6f33589aa13b000a (diff) |
Merge #40
40: Add more inline tests r=matklad a=matklad
Diffstat (limited to 'tests/data/parser/inline/0005_extern_crate.rs')
-rw-r--r-- | tests/data/parser/inline/0005_extern_crate.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/parser/inline/0005_extern_crate.rs b/tests/data/parser/inline/0005_extern_crate.rs new file mode 100644 index 000000000..49af74e1b --- /dev/null +++ b/tests/data/parser/inline/0005_extern_crate.rs | |||
@@ -0,0 +1 @@ | |||
extern crate foo; | |||