Merge branch 'main' into redsun82/rust-expand-attr-macros

This commit is contained in:
Paolo Tranquilli
2025-05-13 16:21:29 +02:00
257 changed files with 38826 additions and 1723 deletions

View File

@@ -87,7 +87,8 @@ class _:
foo::bar;
```
"""
segment: _ | ql.db_table_name("path_segments_") | doc("last segment of this path")
segment: _ | ql.db_table_name("path_segments_") | doc(
"last segment of this path")
@annotate(GenericArgList)
@@ -1297,7 +1298,7 @@ class _:
"""
@annotate(MacroStmts)
@annotate(MacroBlockExpr, replace_bases={AstNode: Expr}, cfg=True)
@rust.doc_test_signature(None)
class _:
"""
@@ -1456,6 +1457,7 @@ class _:
type_repr: optional["TypeRepr"] | child | rust.detach
trait_type_repr: optional["PathTypeRepr"] | child | rust.detach
@annotate(PathTypeRepr)
@qltest.test_with(Path)
class _: