-
- ROOT version: 6.28.06 (cppyy version: 1.6.2)
Dear experts,
I would like to report a peculiarity with C++ function calls performed from `cppyy`'s Python-bindings versus its lower-level `cppyy.c…
-
File: /tmp/F/491D45FF6373EF099BE38CA3B5E5458695A8A45DABFC75AABDAC9D34FE1EC1BC.rs
reduced:
````rust
trait Callable {
type Output;
fn call(x: Self) -> Self::Output;
}
trait PlusOne {}…
-
### Meta
Trying to update rustc from df0295f07175acc7325ce3ca4152eb05752af1f2 to f90f898fa53de89a1cb274442c90c410075ae731 in Chromium, we hit an ICE. So far I've only seen it on a bot and don't hav…
nico updated
11 months ago
-
### Code
`rustc -Zmir-opt-level=3`
```Rust
#[derive(Default)]
struct A {
foo: Box,
}
pub fn main() {
let a: A = Default::default();
}
```
### Meta
`rustc --version --…
-
Reported on Discord.
`dotnet publish -p:PublishTrimmed` the following code and notice we're stuck forever in the C# compilation phase:
```csharp
typeof(object).GetMethod("Foo");
object[] dat…
-
At first glance: looks like therer's been an API change to the internal compiler API in JDK21?
(not that I necessarily expect JDK21 to be supported right now, but this might help get to that point)…
-
In general the plugin works and reports issues, thank you for this :D
but it seems to have an issue with a particular class file of mine.
If it would be open-source I would include it and if in ca…
-
File: `./tests/ui/consts/issue-67696-const-prop-ice.rs`
mvce:
````rust
trait A {
fn foo(&self) -> Self
where
Self: Copy;
}
impl A for [fn(&())] {
fn foo(&self) -> Self…
-
Suppose that my taint analysis encounters an expression such as:
```C
int z = x + y;
```
Is there a way to reason about the `DataFlow::FlowState` of `x`, `y`, and `z` simultaneously? For example, …
-
Hello,
I'm currently trying to learn how to write CodeQL scripts to detect path injection vulnerabilities in Node.js applications. I've come across an example ql file called [TaintedPath.ql](https:…