1
Fork 0

Add warn(unreachable_pub) to rustc_codegen_llvm.

This commit is contained in:
Nicholas Nethercote 2024-07-06 22:26:42 +10:00
parent 0544d3a952
commit 61627438eb
31 changed files with 206 additions and 184 deletions

View file

@ -2,7 +2,7 @@ use std::hash::{Hash, Hasher};
use std::{fmt, ptr};
use crate::llvm;
pub use crate::llvm::Value;
pub(crate) use crate::llvm::Value;
impl PartialEq for Value {
fn eq(&self, other: &Self) -> bool {