X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2Fty%2Fsty.rs;h=ddc4bd3f9f6c3c057cd918147a6eef1937be875e;hb=d59dcb261ecdc47d8afaac532050dadf86f3c898;hp=0a673dd380b5254416da4ea452c86d6f1e7dbc60;hpb=d67d1f24dc8b7ba8c00dacde3ee86c75aa85e91e;p=rust.git diff --git a/src/librustc/ty/sty.rs b/src/librustc/ty/sty.rs index 0a673dd380b..ddc4bd3f9f6 100644 --- a/src/librustc/ty/sty.rs +++ b/src/librustc/ty/sty.rs @@ -56,9 +56,6 @@ pub enum BoundRegion { /// the event of shadowing. BrNamed(DefId, InternedString), - /// Fresh bound identifiers created during GLB computations. - BrFresh(u32), - /// Anonymous region for the implicit env pointer parameter /// to a closure BrEnv,