]> gcc.gnu.org Git - gcc.git/commit
Make override context permissive when the TypeParam cannot resolve
authorPhilip Herron <philip.herron@embecosm.com>
Fri, 10 Sep 2021 12:25:12 +0000 (13:25 +0100)
committerPhilip Herron <philip.herron@embecosm.com>
Fri, 10 Sep 2021 12:38:18 +0000 (13:38 +0100)
commite68a772a4a3010b62dae7231b1d841654dbb66d3
treefbe737f7eef9b8fb14bdbe6db076ef5214e439dc
parent454b78dd044854440f358a3a64fae929937e1527
Make override context permissive when the TypeParam cannot resolve

When we have generic code that calls other generic code the type system
will have already setup the side tables for substituions and at this point
the referenced generic code does not need to be substituted again.
gcc/rust/typecheck/rust-tyty.cc
This page took 0.062852 seconds and 6 git commands to generate.