Add comment about the source of the weird_exprs test

This commit is contained in:
DJMcNab 2018-12-21 10:03:02 +00:00
parent da6be9fdda
commit 9beee92500
2 changed files with 2248 additions and 2235 deletions

View file

@ -1,3 +1,8 @@
//! Adapted from a `rustc` test, which can be found at
//! https://github.com/rust-lang/rust/blob/6d34ec18c7d7e574553f6347ecf08e1e1c45c13d/src/test/run-pass/weird-exprs.rs.
//!
//! Reported to rust-analyzer in https://github.com/rust-analyzer/rust-analyzer/issues/290
#![allow(non_camel_case_types)]
#![allow(dead_code)]
#![allow(unreachable_code)]

File diff suppressed because it is too large Load diff