| { | ||
| "git": { | ||
| "sha1": "635ee674bf2cac1f30ab0ca4afb9d30cbf620ecc" | ||
| "sha1": "ad9fb4019efc3f34e5d3b9be416199937f7a8ee3" | ||
| }, | ||
| "path_in_vcs": "" | ||
| } |
@@ -27,3 +27,3 @@ name: CI | ||
| matrix: | ||
| rust: [nightly, stable, beta, 1.76.0, 1.68.0] | ||
| rust: [nightly, stable, beta, 1.83.0, 1.68.0] | ||
| timeout-minutes: 45 | ||
@@ -30,0 +30,0 @@ steps: |
+17
-17
@@ -31,5 +31,5 @@ # This file is automatically @generated by Cargo. | ||
| name = "indexmap" | ||
| version = "2.12.1" | ||
| version = "2.13.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" | ||
| checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" | ||
| dependencies = [ | ||
@@ -54,5 +54,5 @@ "equivalent", | ||
| name = "proc-macro2" | ||
| version = "1.0.105" | ||
| version = "1.0.106" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" | ||
| checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" | ||
| dependencies = [ | ||
@@ -64,5 +64,5 @@ "unicode-ident", | ||
| name = "quote" | ||
| version = "1.0.42" | ||
| version = "1.0.43" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" | ||
| checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" | ||
| dependencies = [ | ||
@@ -74,3 +74,3 @@ "proc-macro2", | ||
| name = "quote" | ||
| version = "1.0.43" | ||
| version = "1.0.44" | ||
| dependencies = [ | ||
@@ -113,3 +113,3 @@ "proc-macro2", | ||
| "proc-macro2", | ||
| "quote 1.0.42", | ||
| "quote 1.0.43", | ||
| "syn", | ||
@@ -120,5 +120,5 @@ ] | ||
| name = "serde_json" | ||
| version = "1.0.148" | ||
| version = "1.0.149" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" | ||
| checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" | ||
| dependencies = [ | ||
@@ -143,8 +143,8 @@ "itoa", | ||
| name = "syn" | ||
| version = "2.0.113" | ||
| version = "2.0.114" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" | ||
| checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" | ||
| dependencies = [ | ||
| "proc-macro2", | ||
| "quote 1.0.42", | ||
| "quote 1.0.43", | ||
| "unicode-ident", | ||
@@ -170,5 +170,5 @@ ] | ||
| name = "toml" | ||
| version = "0.9.10+spec-1.1.0" | ||
| version = "0.9.11+spec-1.1.0" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "0825052159284a1a8b4d6c0c86cbc801f2da5afd2b225fa548c72f2e74002f48" | ||
| checksum = "f3afc9a848309fe1aaffaed6e1546a7a14de1f935dc9d89d32afd9a44bab7c46" | ||
| dependencies = [ | ||
@@ -262,4 +262,4 @@ "indexmap", | ||
| name = "zmij" | ||
| version = "1.0.11" | ||
| version = "1.0.16" | ||
| source = "registry+https://github.com/rust-lang/crates.io-index" | ||
| checksum = "dcb2c125bd7365735bebeb420ccb880265ed2d2bddcbcd49f597fdfe6bd5e577" | ||
| checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65" |
+1
-1
@@ -16,3 +16,3 @@ # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO | ||
| name = "quote" | ||
| version = "1.0.43" | ||
| version = "1.0.44" | ||
| authors = ["David Tolnay <dtolnay@gmail.com>"] | ||
@@ -19,0 +19,0 @@ build = "build.rs" |
+2
-2
@@ -7,4 +7,4 @@ /// Formatting macro for constructing `Ident`s. | ||
| /// | ||
| /// Syntax is copied from the [`format_args!`] macro, supporting both positional | ||
| /// and named arguments. | ||
| /// Syntax is copied from the [`format!`][alloc::format!] macro, supporting both | ||
| /// positional and named arguments. | ||
| /// | ||
@@ -11,0 +11,0 @@ /// Only a limited set of formatting traits are supported. The current mapping |
+1
-1
@@ -92,3 +92,3 @@ //! [![github]](https://github.com/dtolnay/quote) [![crates-io]](https://crates.io/crates/quote) [![docs-rs]](https://docs.rs/quote) | ||
| #![no_std] | ||
| #![doc(html_root_url = "https://docs.rs/quote/1.0.43")] | ||
| #![doc(html_root_url = "https://docs.rs/quote/1.0.44")] | ||
| #![allow( | ||
@@ -95,0 +95,0 @@ clippy::doc_markdown, |
+2
-2
@@ -324,3 +324,3 @@ use self::get_span::{GetSpan, GetSpanBase, GetSpanInner}; | ||
| tokens.append(TokenTree::Punct(Punct::new('\'', Spacing::Joint))); | ||
| tokens.append(TokenTree::Ident(Ident::new( | ||
| tokens.append(TokenTree::Ident(ident_maybe_raw( | ||
| &lifetime[1..], | ||
@@ -338,3 +338,3 @@ Span::call_site(), | ||
| })); | ||
| tokens.append(TokenTree::Ident(Ident::new(&lifetime[1..], span))); | ||
| tokens.append(TokenTree::Ident(ident_maybe_raw(&lifetime[1..], span))); | ||
| } | ||
@@ -341,0 +341,0 @@ |
+6
-0
@@ -544,2 +544,8 @@ #![allow( | ||
| #[test] | ||
| fn test_quote_raw_lifetime() { | ||
| let lifetime = quote!('r#async); | ||
| assert_eq!(lifetime.to_string(), "'r#async"); | ||
| } | ||
| #[test] | ||
| fn test_type_inference_for_span() { | ||
@@ -546,0 +552,0 @@ trait CallSite { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet