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
as_mut().unwrap(): Cannot infer lifetime due to conflicting requirements
Oct 18, 2025
rust
lifetime
borrow-checker
shared pointer and raw pointer lifetime
Oct 17, 2025
c++
pointers
smart-pointers
lifetime
temporary
Is jumping to the beginning of the block equivalent to "entering the block"?
Oct 18, 2025
c
language-lawyer
lifetime
storage-duration
c17
Is the following lifetime shortage conversion sound?
Oct 18, 2025
rust
mutex
lifetime
placement new and storage reuse
Oct 17, 2025
c++
memory-management
language-lawyer
lifetime
placement-new
Do non-reference types always satisfy a lifetime of 'static?
Oct 18, 2025
rust
lifetime
What's the meaning of bounding a trait by its own generic lifetime (trait Bar<'a>: 'a)?
Oct 17, 2025
generics
rust
traits
lifetime
Cannot call a function in a spawned thread because it "does not fulfill the required lifetime"
Oct 17, 2025
multithreading
closures
rust
lifetime
Lifetime of the returned range-v3 object in C++
Oct 17, 2025
c++
range
lifetime
range-v3
Understanding how Rust elides lifetimes with mutable references
Oct 17, 2025
rust
vector
lifetime
borrow-checker
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
Older Entries »