Re: Gcc-rust Digest, Vol 40, Issue 7
The nr2/compile.exp script checks if tests in the nr2/exclude list are passing, and if they are it introduces XPASS' to indicate that they should be removed from the list. It looks like some tests are passing/failing with name resolution 2.0 in a platform dependent fashion due to some undefined beh
Re: Re: Re: [PATCH v3] libcpp: add function to check XID properties
Nevermind, it looks like '_' isn't actually XID_Start. https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt https://doc.rust-lang.org/reference/identifiers.html
Re: Re: [PATCH v3] libcpp: add function to check XID properties
Is '_' not CPP_XID_START?