]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_expand/src/base.rs
Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=notriddle
[rust.git] / compiler / rustc_expand / src / base.rs
index 13e2d1ebbe7869530fc7e514d3884e3f6dd55926..9d6a4f9a1fd7d063dfc06c704e5084abf31de117 100644 (file)
@@ -960,7 +960,7 @@ fn pre_expansion_lint(
         node_id: NodeId,
         attrs: &[Attribute],
         items: &[P<Item>],
-        name: &str,
+        name: Symbol,
     );
 }