Update a test for a new Rust toolchain

This test seems to hardcode some implementation details.

PiperOrigin-RevId: 658938327
Change-Id: I11233a4c612344a682024ac276b4ea9ab6ca1eb9
diff --git a/bazel/llvm.bzl b/bazel/llvm.bzl
index 94ffb86..99d30d8 100644
--- a/bazel/llvm.bzl
+++ b/bazel/llvm.bzl
@@ -53,7 +53,7 @@
             executable = False,
         )
 
-LLVM_COMMIT_SHA = "4e93b16f3fce467b2bbda4e5fd8b15fcad2bea93"
+LLVM_COMMIT_SHA = "90617e99bb17303b351351681a70394c312e0e58"
 
 def llvm_loader_repository_dependencies():
     # This *declares* the dependency, but it won't actually be *downloaded* unless it's used.
diff --git a/cc_bindings_from_rs/cc_bindings_from_rs.rs b/cc_bindings_from_rs/cc_bindings_from_rs.rs
index 58df8a6..151c251 100644
--- a/cc_bindings_from_rs/cc_bindings_from_rs.rs
+++ b/cc_bindings_from_rs/cc_bindings_from_rs.rs
@@ -338,7 +338,7 @@
         let expected_error_report = r#"{
   "Unsupported use statement that refers to this type of the entity: {:#?}": {
     "count": 2,
-    "sample_message": "Unsupported use statement that refers to this type of the entity: [\n    Def(\n        Mod,\n        DefId(1:728 ~ std[56d5]::collections),\n    ),\n]"
+    "sample_message": "Unsupported use statement that refers to this type of the entity: [\n    Def(\n        Mod,\n        DefId(1:748 ~ std[46ff]::collections),\n    ),\n]"
   }
 }"#;
         assert_eq!(expected_error_report, error_report);