File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TestVectors/runtimes/rust/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ use dafny_runtime::Object;
66use crate :: implementation_from_dafny:: software:: amazon:: cryptography:: dbencryptionsdk:: dynamodb:: itemencryptor:: internaldafny:: types:: IDynamoDbItemEncryptorClient ;
77use crate :: implementation_from_dafny:: software:: amazon:: cryptography:: dbencryptionsdk:: dynamodb:: itemencryptor:: internaldafny:: types:: Error ;
88use crate :: implementation_from_dafny:: _Wrappers_Compile;
9- use aws_db_esdk:: item_encryptor:: client as item_encryptor_client;
9+ use crate :: deps :: aws_db_esdk:: item_encryptor:: client as item_encryptor_client;
1010
1111pub mod _CreateWrappedItemEncryptor_Compile {
1212 pub struct _default { }
@@ -20,7 +20,7 @@ impl _CreateWrappedItemEncryptor_Compile::_default {
2020
2121 let item_encryptor = item_encryptor_client:: Client :: from_conf ( native_config) ;
2222 let wrapped_encryptor = // where is this generated?
23- let dafny_encryptor = // tood find
23+ let dafny_encryptor = :: dafny_runtime :: upcast_object ( ) ( :: dafny_runtime :: object :: new ( wrapped_encryptor ) ) ;
2424
2525 Rc :: new ( crate :: r#_Wrappers_Compile:: Result :: Success {
2626 value : dafny_encryptor,
You can’t perform that action at this time.
0 commit comments