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;
6
6
use crate :: implementation_from_dafny:: software:: amazon:: cryptography:: dbencryptionsdk:: dynamodb:: itemencryptor:: internaldafny:: types:: IDynamoDbItemEncryptorClient ;
7
7
use crate :: implementation_from_dafny:: software:: amazon:: cryptography:: dbencryptionsdk:: dynamodb:: itemencryptor:: internaldafny:: types:: Error ;
8
8
use 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;
10
10
11
11
pub mod _CreateWrappedItemEncryptor_Compile {
12
12
pub struct _default { }
@@ -20,7 +20,7 @@ impl _CreateWrappedItemEncryptor_Compile::_default {
20
20
21
21
let item_encryptor = item_encryptor_client:: Client :: from_conf ( native_config) ;
22
22
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 ) ) ;
24
24
25
25
Rc :: new ( crate :: r#_Wrappers_Compile:: Result :: Success {
26
26
value : dafny_encryptor,
You can’t perform that action at this time.
0 commit comments