Rust: Add IRC's `!union union` as a test

Created on 30 Jul 2017  路  4Comments  路  Source: rust-lang/rust

The factoid union union has playbot run this code: #![allow(bad_style)] union union<'union> { union: &'union union<'union>, }. It should be added as a test in src/test/run-pass/wierd-exprs.rs.

C-enhancement E-easy E-needs-test P-low T-compiler

Most helpful comment

I'm going to work on this with @steveklabnik 馃帀

All 4 comments

Requesting tag for "E-Easy" and whatever the good first bug one is if it's not E-Easy.

I wonder if we will get similar tests for default and catch...

I'm going to work on this with @steveklabnik 馃帀

Fixed in #43752. @steveklabnik @sfackler?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Robbepop picture Robbepop  路  3Comments

drewcrawford picture drewcrawford  路  3Comments

jmegaffin picture jmegaffin  路  3Comments

mcarton picture mcarton  路  3Comments

pedrohjordao picture pedrohjordao  路  3Comments