drank40

Results 5 issues of drank40

**Description** A clear and concise description of what the bug is. When declaring an interface that inherits from another interface the linter throws a false positive (the program compiles in...

bug

Tested on debian bookworm, to enable gitea on port 3000 you need to do the usual ``` systemctl enable --now gitea ``` It is not started automatically as the guide...

I wanted to filter out tests from my results, based on if they either had a #[test] attribute or #[cfg(test)]. Currently tried something similar to this but cant figure out...

question
Rust

Hello, is there any way or are you planning to implement analysis on expanded proc macros? Im currently trying codeQL on [Anchor](https://crates.io/crates/anchor-lang), which makes heavy use of proc macros. When...

question

Hi, is there any way to include cargo dependencies within the generated dbs? Right now im generating it like this ```bash codeql database create rust-db \ --language=rust \ --source-root ....

question
Rust