Add comment about the source of the weird_exprs test
This commit is contained in:
parent
da6be9fdda
commit
9beee92500
2 changed files with 2248 additions and 2235 deletions
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue