summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2024-03-23 01:19:43 +0000
committerMatthew Maurer <mmaurer@google.com>2024-03-24 22:46:48 +0000
commit40f41e7e896e7d68534d05e955c20330b13f6d0b (patch)
treebf598d2cea6733b06343a007376ceb7c18033dfb /Cargo.lock
parent6a92312a1eaf5d9cffe3bdf9aaecbfdf8e2e35d9 (diff)
CFI: Support arbitrary receivers
Previously, we only rewrote `&self` and `&mut self` receivers. By instantiating the method from the trait definition, we can make this work work with arbitrary legal receivers instead.
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 b8fe1ebaf80..ad48620bd90 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -4634,6 +4634,7 @@ dependencies = [
"rustc_session",
"rustc_span",
"rustc_target",
+ "rustc_trait_selection",
"tracing",
"twox-hash",
]