Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in lifetime
Implementing Index trait with lifetime
Sep 21, 2025
indexing
rust
overloading
lifetime
Stuck with lifetimes: How to write a wrapper struct around a shared library?
Sep 18, 2025
rust
lifetime
Is it technically UB to static_cast<A*>(memmove(dst, (void*)src, sizeof(src))) since C++20?
Sep 15, 2025
c++
language-lawyer
c++20
undefined-behavior
lifetime
End of object lifetime if its storage is partially reused
Sep 15, 2025
c++
language-lawyer
c++20
lifetime
to_string() causes error "borrowed value does not live long enough"
Sep 15, 2025
rust
lifetime
borrow-checker
Lifetime bound in Async function which is also an argument
Sep 14, 2025
asynchronous
rust
arguments
lifetime
Why does this mutual referencing structures work in Rust with specified lifetimes?
Sep 10, 2025
rust
lifetime
borrow-checker
How to set lifetime of session
Sep 07, 2025
php
session
lifetime
Why do I get a lifetime error when I use a mutable reference in a struct instead of an immutable reference?
Sep 07, 2025
rust
lifetime
Why must the parameter type be 'static when using a trait
Sep 04, 2025
rust
traits
lifetime
Am I incorrectly implementing IntoIterator for a reference or is this a Rust bug that should be reported?
Sep 02, 2025
iterator
rust
lifetime
borrow-checker
Borrowed value does not live long enough when creating a Vec
Mar 19, 2023
rust
lifetime
borrow-checker
Rust options, implementing a custom "expect" method
Mar 18, 2023
rust
lifetime
Lifetime parameters for an enum within a struct
Mar 18, 2023
struct
enums
rust
lifetime
Define a trait with a function that returns an associated type with the same lifetime as one parameter
Mar 12, 2023
rust
lifetime
associated-types
Is it possible to have a struct which contains a reference to a value which has a shorter lifetime than the struct?
Mar 11, 2023
struct
rust
lifetime
How to store a reference without having to deal with lifetimes?
Mar 08, 2023
rust
symbols
ffi
lifetime
Trait associated type lifetime and self
Sep 03, 2025
rust
lifetime
If the return value of a function has the same lifetime as one of the arguments, then the return value is considered a borrow of the argument?
Sep 02, 2025
rust
lifetime
borrow-checker
Minimum between two lifetimes
Sep 01, 2025
rust
lifetime
Older Entries »