|
| 1 | +[ |
| 2 | + {"type":"Keyword","value":"use"}, |
| 3 | + {"type":"TextWhitespace","value":" "}, |
| 4 | + {"type":"Name","value":"smallvec"}, |
| 5 | + {"type":"Text","value":"::"}, |
| 6 | + {"type":"Punctuation","value":"{"}, |
| 7 | + {"type":"Name","value":"smallvec"}, |
| 8 | + {"type":"Punctuation","value":","}, |
| 9 | + {"type":"TextWhitespace","value":" "}, |
| 10 | + {"type":"Name","value":"SmallVec"}, |
| 11 | + {"type":"Punctuation","value":"};"}, |
| 12 | + {"type":"TextWhitespace","value":"\n\n"}, |
| 13 | + {"type":"Name","value":"lazy_static"}, |
| 14 | + {"type":"Text","value":"::"}, |
| 15 | + {"type":"NameFunctionMagic","value":"lazy_static!"}, |
| 16 | + {"type":"TextWhitespace","value":" "}, |
| 17 | + {"type":"Punctuation","value":"{"}, |
| 18 | + {"type":"TextWhitespace","value":"\n "}, |
| 19 | + {"type":"Keyword","value":"static"}, |
| 20 | + {"type":"TextWhitespace","value":" "}, |
| 21 | + {"type":"Keyword","value":"ref"}, |
| 22 | + {"type":"TextWhitespace","value":" "}, |
| 23 | + {"type":"NameConstant","value":"ONE"}, |
| 24 | + {"type":"Text","value":": "}, |
| 25 | + {"type":"KeywordType","value":"usize"}, |
| 26 | + {"type":"Text","value":" "}, |
| 27 | + {"type":"Operator","value":"="}, |
| 28 | + {"type":"TextWhitespace","value":" "}, |
| 29 | + {"type":"LiteralNumberInteger","value":"1"}, |
| 30 | + {"type":"Punctuation","value":";"}, |
| 31 | + {"type":"TextWhitespace","value":"\n"}, |
| 32 | + {"type":"Punctuation","value":"}"}, |
| 33 | + {"type":"TextWhitespace","value":"\n\n"}, |
| 34 | + {"type":"Keyword","value":"fn"}, |
| 35 | + {"type":"Text","value":" "}, |
| 36 | + {"type":"NameFunction","value":"main"}, |
| 37 | + {"type":"Punctuation","value":"()"}, |
| 38 | + {"type":"TextWhitespace","value":" "}, |
| 39 | + {"type":"Punctuation","value":"{"}, |
| 40 | + {"type":"TextWhitespace","value":"\n "}, |
| 41 | + {"type":"Name","value":"pretty_assertions"}, |
| 42 | + {"type":"Text","value":"::"}, |
| 43 | + {"type":"NameFunctionMagic","value":"assert_eq!"}, |
| 44 | + {"type":"Punctuation","value":"("}, |
| 45 | + {"type":"Operator","value":"*"}, |
| 46 | + {"type":"NameConstant","value":"ONE"}, |
| 47 | + {"type":"Punctuation","value":","}, |
| 48 | + {"type":"TextWhitespace","value":" "}, |
| 49 | + {"type":"Operator","value":"*"}, |
| 50 | + {"type":"NameConstant","value":"ONE"}, |
| 51 | + {"type":"Punctuation","value":");"}, |
| 52 | + {"type":"TextWhitespace","value":"\n "}, |
| 53 | + {"type":"KeywordDeclaration","value":"let"}, |
| 54 | + {"type":"TextWhitespace","value":" "}, |
| 55 | + {"type":"Name","value":"_"}, |
| 56 | + {"type":"Text","value":": "}, |
| 57 | + {"type":"NameClass","value":"SmallVec"}, |
| 58 | + {"type":"Operator","value":"\u003c"}, |
| 59 | + {"type":"Punctuation","value":"["}, |
| 60 | + {"type":"Name","value":"_"}, |
| 61 | + {"type":"Punctuation","value":";"}, |
| 62 | + {"type":"TextWhitespace","value":" "}, |
| 63 | + {"type":"LiteralNumberInteger","value":"16"}, |
| 64 | + {"type":"Punctuation","value":"]"}, |
| 65 | + {"type":"Operator","value":"\u003e"}, |
| 66 | + {"type":"TextWhitespace","value":" "}, |
| 67 | + {"type":"Operator","value":"="}, |
| 68 | + {"type":"TextWhitespace","value":" "}, |
| 69 | + {"type":"NameFunctionMagic","value":"smallvec!"}, |
| 70 | + {"type":"Punctuation","value":"["}, |
| 71 | + {"type":"LiteralNumberInteger","value":"1"}, |
| 72 | + {"type":"Punctuation","value":","}, |
| 73 | + {"type":"TextWhitespace","value":" "}, |
| 74 | + {"type":"LiteralNumberInteger","value":"2"}, |
| 75 | + {"type":"Punctuation","value":","}, |
| 76 | + {"type":"TextWhitespace","value":" "}, |
| 77 | + {"type":"LiteralNumberInteger","value":"3"}, |
| 78 | + {"type":"Punctuation","value":"];"}, |
| 79 | + {"type":"TextWhitespace","value":"\n\n "}, |
| 80 | + {"type":"CommentSingle","value":"// And some builtin ones\n"}, |
| 81 | + {"type":"TextWhitespace","value":" "}, |
| 82 | + {"type":"NameFunctionMagic","value":"println!"}, |
| 83 | + {"type":"Punctuation","value":"("}, |
| 84 | + {"type":"LiteralString","value":"\"Hello, world!\""}, |
| 85 | + {"type":"Punctuation","value":");"}, |
| 86 | + {"type":"TextWhitespace","value":"\n "}, |
| 87 | + {"type":"NameFunctionMagic","value":"panic!"}, |
| 88 | + {"type":"Punctuation","value":"();"}, |
| 89 | + {"type":"TextWhitespace","value":"\n"}, |
| 90 | + {"type":"Punctuation","value":"}"}, |
| 91 | + {"type":"TextWhitespace","value":"\n"} |
| 92 | +] |
0 commit comments