| commit | 0fac32193904fdd75dcff71e5e4bd846b6e560b7 | [log] [tgz] |
|---|---|---|
| author | Adrian Taylor <adetaylor@chromium.org> | Sun Oct 25 21:52:55 2020 -0700 |
| committer | Adrian Taylor <adetaylor@chromium.org> | Mon Oct 26 15:17:02 2020 -0700 |
| tree | aead06be1c62d3bc128e8255e288bd6993c30b96 | |
| parent | ddc146ef9f4d67ddf75bf7174fdc1e2a95a2ced5 [diff] [blame] |
Adding tests for method calls in foreign namespaces
diff --git a/tests/ffi/lib.rs b/tests/ffi/lib.rs index a491ae2..be145f3 100644 --- a/tests/ffi/lib.rs +++ b/tests/ffi/lib.rs
@@ -4,6 +4,7 @@ clippy::trivially_copy_pass_by_ref )] +pub mod class_in_ns; pub mod extra; pub mod module;