commit | 0a4d4e9f9a1019e33141e79e83bb16f4ddf22430 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Jul 21 15:31:45 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Jul 21 15:31:45 2018 -0700 |
tree | fcb1e0f0fef1cd44226e9ad0f92ad988ae6b28b2 | |
parent | 84434f60b66456292b718b6ea1ed44b27a4a2cf0 [diff] [blame] |
Support feature(extern_in_paths)
diff --git a/src/path.rs b/src/path.rs index 19c1f05..e57c8f4 100644 --- a/src/path.rs +++ b/src/path.rs
@@ -368,6 +368,8 @@ keyword!(Self) => { Into::into } | keyword!(crate) => { Into::into } + | + keyword!(extern) => { Into::into } )); named!(pub qpath -> (Option<QSelf>, Path), alt!(