Compare commits

..

4 Commits

Author SHA1 Message Date
David Mak b461cdccb6 WIP 2024-11-22 00:00:20 +08:00
David Mak a370a52658 [core] WIP - Implemented construct_* for NDArrays 2024-11-22 00:00:20 +08:00
David Mak 7753057e22 [core] Add itemsize and strides to NDArray struct 2024-11-22 00:00:20 +08:00
David Mak 28f574282c [core_derive] Ignore doctest in example
Causes linker errors for unknown reasons.
2024-11-22 00:00:05 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -191,7 +191,7 @@ fn normalize_value_expr(expr: &Expr) -> proc_macro2::TokenStream {
///
/// The following is an example of an LLVM slice implemented using `#[derive(StructFields)]`.
///
/// ```
/// ```rust,ignore
/// use nac3core::{
/// codegen::types::structure::StructField,
/// inkwell::{