about summary refs log tree commit diff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorniacdoial <niac.notirl@gmail.com>2025-08-24 14:23:24 +0200
committerniacdoial <niac.notirl@gmail.com>2025-09-06 22:00:28 +0200
commit20f050b44431ac1e0dd2a6285b736a0d5c046ce3 (patch)
tree6b6ca63ee057bacc730a3c30cf42aeaad32d31dc /Cargo.lock
parent050c1197841082f1251251b717cad26690627a11 (diff)
downloadrust-20f050b44431ac1e0dd2a6285b736a0d5c046ce3.tar.gz
rust-20f050b44431ac1e0dd2a6285b736a0d5c046ce3.zip
ImproperCTypes: redo state tracking
No changes should be visible by rustc users
This is just some architecture changes to the type checking to
facilitate FFI-safety decisions that depend on how the type is used
(the change here is not complete, there are still bits of "legacy" state
passing for this, but since this is a retconned commit, I can tell you
those bits will disappear before the end of the commit chain)
(there is at least one bit where the decision making code is weird, but
that this is because we do not want to change the lint's behaviour this
early in the chain)
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c4c96f1569b..6db512c3137 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4022,6 +4022,7 @@ dependencies = [
 name = "rustc_lint"
 version = "0.0.0"
 dependencies = [
+ "bitflags",
  "rustc_abi",
  "rustc_ast",
  "rustc_ast_pretty",