Skip to content

Merge branch 'main' into redsun82/rust-derive-macro-expansion

f4bdd4d
Select commit
Loading
Failed to load commit list.
Merged

Rust: expand derive macros #19824

Merge branch 'main' into redsun82/rust-derive-macro-expansion
f4bdd4d
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed Jun 20, 2025 in 7s

5 configurations not found

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 5 configurations present on refs/heads/main were not found:

Actions workflow (csv-coverage-metrics.yml)

  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-csharp
  • ❓  .github/workflows/csv-coverage-metrics.yml:publish-java

Actions workflow (codeql-analysis.yml)

  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:actions
  • ❓  .github/workflows/codeql-analysis.yml:CodeQL-Build/language:csharp

Actions workflow (cpp-swift-analysis.yml)

  • ❓  .github/workflows/cpp-swift-analysis.yml:CodeQL-Build

New alerts in code changed by this pull request

  • 5 warnings

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 9 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Enum
.
Redundant import, the module is already imported inside
codeql.rust.elements.Struct
.
Redundant import, the module is already imported inside
codeql.rust.elements.Union
.

Check warning on line 82 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.AsmExpr
.
Redundant import, the module is already imported inside
codeql.rust.elements.AssocItem
.
Redundant import, the module is already imported inside
codeql.rust.elements.ExternBlock
.
Redundant import, the module is already imported inside
codeql.rust.elements.ExternCrate
.
Redundant import, the module is already imported inside
codeql.rust.elements.ExternItem
.
Redundant import, the module is already imported inside
codeql.rust.elements.Impl
.
Redundant import, the module is already imported inside
codeql.rust.elements.ItemList
.
Redundant import, the module is already imported inside
codeql.rust.elements.MacroDef
.
Redundant import, the module is already imported inside
codeql.rust.elements.MacroItems
.
Redundant import, the module is already imported inside
codeql.rust.elements.MacroRules
.
Redundant import, the module is already imported inside
codeql.rust.elements.Module
.
Redundant import, the module is already imported inside
codeql.rust.elements.SourceFile
.
Redundant import, the module is already imported inside
codeql.rust.elements.Trait
.
Redundant import, the module is already imported inside
codeql.rust.elements.TraitAlias
.
Redundant import, the module is already imported inside
codeql.rust.elements.TypeItem
.
Redundant import, the module is already imported inside
codeql.rust.elements.Use
.

Check warning on line 101 in rust/ql/lib/codeql/rust/elements.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Item
.
Redundant import, the module is already imported inside
codeql.rust.elements.TypeItem
.

Check warning on line 7 in rust/ql/lib/codeql/rust/elements/Adt.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.MacroItems
.

Check warning on line 8 in rust/ql/lib/codeql/rust/elements/Adt.qll

See this annotation in the file changed.

Code scanning / CodeQL

Redundant import Warning

Redundant import, the module is already imported inside
codeql.rust.elements.Item
.