We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is required for #652 and #760.
The text was updated successfully, but these errors were encountered:
On macOS my branch currently errors with:
dyld: Symbol not found: __ZN4core3fmt3num14DEC_DIGITS_LUT17hefdc294e6eba323cE Referenced from: /Users/bjorn/Documents/rustc_codegen_cranelift/./target/out/alloc_example Expected in: flat namespace in /Users/bjorn/Documents/rustc_codegen_cranelift/./target/out/alloc_example ./test.sh: line 41: 32618 Abort trap: 6 ./target/out/alloc_example
The mentioned symbol does exist, but it does so twice. Once as definition and once as *UND*.
*UND*
Sorry, something went wrong.
On Linux it gives a similar error, but during linking.
I was accidentially making statics private that could have been used in other cgus of the same crate.
11b1c8b
No branches or pull requests
This is required for #652 and #760.
The text was updated successfully, but these errors were encountered: