X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Flibrustc%2Fty%2Fsty.rs;h=ddc4bd3f9f6c3c057cd918147a6eef1937be875e;hb=8f34a50cc5bb94f7d3381ec00ed273af68724a4b;hp=0a673dd380b5254416da4ea452c86d6f1e7dbc60;hpb=413790186c65e782e2c0183e933686f7bf35e158;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,