]> git.lizzy.rs Git - rust.git/commit
Move the Lrc outside the error type and name the fields
authorOliver Schneider <github35764891676564198441@oli-obk.de>
Mon, 25 Jun 2018 15:41:20 +0000 (17:41 +0200)
committerOliver Schneider <github35764891676564198441@oli-obk.de>
Thu, 28 Jun 2018 09:01:35 +0000 (11:01 +0200)
commit6005b0ad2fc1398d7d4f757cc96eb783ee8fc1ac
tree45f4bf8312f7df7bf3e4a872322079bec2287130
parent6e5951c7343cc1addecffb7de97b89c15a7030dd
Move the Lrc outside the error type and name the fields
12 files changed:
src/librustc/ich/impls_ty.rs
src/librustc/middle/const_val.rs
src/librustc/mir/interpret/error.rs
src/librustc/traits/fulfill.rs
src/librustc/traits/mod.rs
src/librustc/traits/structural_impls.rs
src/librustc/ty/structural_impls.rs
src/librustc_codegen_llvm/mir/constant.rs
src/librustc_codegen_llvm/mir/operand.rs
src/librustc_mir/interpret/const_eval.rs
src/librustc_mir/monomorphize/collector.rs
src/librustc_mir/transform/const_prop.rs