| // Part of the Crubit project, under the Apache License v2.0 with LLVM |
| // Exceptions. See /LICENSE for license information. |
| // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception |
| |
| // Automatically @generated Rust bindings for the following C++ target: |
| // //rs_bindings_from_cc/test/golden:overloads_cc |
| // Features: experimental, extern_c, supported |
| |
| #![rustfmt::skip] |
| #![feature(custom_inner_attributes)] |
| #![allow(stable_features)] |
| #![no_std] |
| #![allow(improper_ctypes)] |
| #![allow(nonstandard_style)] |
| #![deny(warnings)] |
| |
| // Error while generating bindings for item 'Overload': |
| // Cannot generate bindings for overloaded function |
| |
| // Error while generating bindings for item 'Overload': |
| // Cannot generate bindings for overloaded function |
| |
| // Error while generating bindings for item 'UncallableOverload': |
| // Cannot generate bindings for overloaded function |
| |
| // Error while generating bindings for item 'UncallableOverload': |
| // Cannot generate bindings for overloaded function |
| |
| // Error while generating bindings for item 'Sizeof': |
| // Class templates are not supported yet |
| |
| // Error while generating bindings for item 'UncallableOverload': |
| // Function templates are not supported yet |
| |
| #[inline(always)] |
| pub fn AlsoTemplateOverload() { |
| unsafe { crate::detail::__rust_thunk___Z20AlsoTemplateOverloadv() } |
| } |
| |
| // Error while generating bindings for item 'AlsoTemplateOverload': |
| // Function templates are not supported yet |
| |
| mod detail { |
| #[allow(unused_imports)] |
| use super::*; |
| extern "C" { |
| pub(crate) fn __rust_thunk___Z20AlsoTemplateOverloadv(); |
| } |
| } |